Skip to content

Instantly share code, notes, and snippets.

@deven98
Created June 3, 2018 11:47
Show Gist options
  • 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