Skip to content

Instantly share code, notes, and snippets.

@aabeben
Created December 17, 2019 01:13
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 aabeben/a5f3c244b44df8a2307ae1f47c3f6825 to your computer and use it in GitHub Desktop.
Save aabeben/a5f3c244b44df8a2307ae1f47c3f6825 to your computer and use it in GitHub Desktop.
Hello World pada Dart
// Hello World
// Setiap aplikasi mempunyai fungsi main().
// Untuk menampilkan teks ke konsol,
// Anda dapat menggunakan fungsi level-teratas print()
void main(){
print('Hello, World!');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment