Skip to content

Instantly share code, notes, and snippets.

@davik4life
Created January 10, 2020 00:56
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save davik4life/5f2f41b74915acc4094920b9a6f35974 to your computer and use it in GitHub Desktop.
void main(){
greet('Victor Adeshile');
}
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