Skip to content

Instantly share code, notes, and snippets.

@randy-johnson
Created February 7, 2023 02:52
Show Gist options
  • Save randy-johnson/f3713a53bfa206b985824ca89cfdb17a to your computer and use it in GitHub Desktop.
Save randy-johnson/f3713a53bfa206b985824ca89cfdb17a to your computer and use it in GitHub Desktop.
magenta-truth-3547
addNumbers(num1,num2){
return num1+ num2;
}
void main() {
// for (int i = 0; i < 5; i++) {
// print('hello ${i + 1}');
// }
addNumbers(1,23);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment