Skip to content

Instantly share code, notes, and snippets.

@vincentopensourcetaiwan
Created July 25, 2019 07:46
Show Gist options
  • Save vincentopensourcetaiwan/e13e0a7bb29a0202ab85b73b4fe8424d to your computer and use it in GitHub Desktop.
Save vincentopensourcetaiwan/e13e0a7bb29a0202ab85b73b4fe8424d to your computer and use it in GitHub Desktop.
main() {
greet('vincent');
}
void greet(String name) {
print('hello $name');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment