Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
clheikes committed Feb 8, 2024
0 parents commit 63e2e89
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/clheikes/addition

go 1.21.4
6 changes: 6 additions & 0 deletions lib.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package addition

func Add(a, b int) int {
return a + b
}

0 comments on commit 63e2e89

Please sign in to comment.