Skip to content

Instantly share code, notes, and snippets.

@Aurora0000
Last active August 29, 2015 14:25
Show Gist options
  • Save Aurora0000/63fb9eb703bcaa52340e to your computer and use it in GitHub Desktop.
Save Aurora0000/63fb9eb703bcaa52340e to your computer and use it in GitHub Desktop.
func main (args) {
if (args.getSize () == 0) {
print ("Hello, world!");
}
print ("Hello, {}".format (args [0]));
}
@Aurora0000
Copy link
Author

Ignore the .go extension, GitHub won't format it otherwise... :octocat:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment