Skip to content

Commit

Permalink
Lesson 28 modules v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Satan3 committed Jun 23, 2022
1 parent da62f13 commit 697f1db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sumModule/sum.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package sumModule

func Sum(x, y int) int {
return x + y
}

0 comments on commit 697f1db

Please sign in to comment.