Skip to content

Instantly share code, notes, and snippets.

@frelian
Created April 13, 2023 23:46
Show Gist options
  • Save frelian/6f1950ba76d8a058aa6138f90c947fcc to your computer and use it in GitHub Desktop.
Save frelian/6f1950ba76d8a058aa6138f90c947fcc to your computer and use it in GitHub Desktop.
1) Hello world Dart
void main() {
var myName = 'Julian';
print('Hello $myName');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment