Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b106f6904 |
1 changed files with 4 additions and 0 deletions
4
lib.go
4
lib.go
|
|
@ -3,3 +3,7 @@ package workspace_lib
|
|||
func AddNums(a, b int) int {
|
||||
return a + b
|
||||
}
|
||||
|
||||
func SubNums(a, b int) int {
|
||||
return a - b
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue