Skip to content

Commit

Permalink
added sum
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Dec 15, 2021
1 parent 3bb0a7f commit 511ecc4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ var UnmarshalBuildGradle = func(content []byte) error {
log.Println(vers)
return nil
}

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

0 comments on commit 511ecc4

Please sign in to comment.