Skip to content

Instantly share code, notes, and snippets.

@minikin
Created February 11, 2019 13:01
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 minikin/0e25c0ed4844ee97bb04bb9898427c60 to your computer and use it in GitHub Desktop.
Save minikin/0e25c0ed4844ee97bb04bb9898427c60 to your computer and use it in GitHub Desktop.
main() {
final text = myText('Hi, Folks!');
print(text);
}
String myText(String text) {
return text;
}
@minikin
Copy link
Author

minikin commented Feb 11, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment