Skip to content

Commit fe56d1f

Browse files
authored
Create add.go
1 parent 2298740 commit fe56d1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go/add.go

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
func add(a, b int) int { return a + b }

0 commit comments

Comments
 (0)