Created
June 24, 2019 22:24
-
-
Save asantos2000/7a0e79446385a7e9121c5554275b9863 to your computer and use it in GitHub Desktop.
HelloWorld in go
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
| package main | |
| func main() { | |
| println("hello world") | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment