Skip to content

Commit

Permalink
Adding comments for AddNums
Browse files Browse the repository at this point in the history
  • Loading branch information
jrosental committed May 6, 2024
1 parent a5e3683 commit dabc6e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package workspace_lib

// AddNums adds two numbers and return an integer as result
func AddNums(a, b int) int {
return a + b
}
Expand Down

0 comments on commit dabc6e0

Please sign in to comment.