Skip to content

Instantly share code, notes, and snippets.

@deven98
Created June 3, 2018 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deven98/114ea743adfd018485406f4acfc8a3aa to your computer and use it in GitHub Desktop.
Save deven98/114ea743adfd018485406f4acfc8a3aa to your computer and use it in GitHub Desktop.
//Notice no access specifier (public, private) or static keyword
main() {
//Top-level function
print('Hello World');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment