Created
May 8, 2022 19:12
-
-
Save jwillker/5d168b4bca080c6935366b86c3ea8e85 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| func sum(x, y int) int { | |
| return x + y | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment