Compare commits
No commits in common. "master" and "v0.1.0" have entirely different histories.
1 changed files with 0 additions and 4 deletions
4
lib.go
4
lib.go
|
|
@ -3,7 +3,3 @@ package workspace_lib
|
||||||
func AddNums(a, b int) int {
|
func AddNums(a, b int) int {
|
||||||
return a + b
|
return a + b
|
||||||
}
|
}
|
||||||
|
|
||||||
func SubNums(a, b int) int {
|
|
||||||
return a - b
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue