Skip to content

Instantly share code, notes, and snippets.

@z-ohnami
Created March 16, 2022 01:22
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 z-ohnami/df1d10c103743534baf1f0dc59bdda6a to your computer and use it in GitHub Desktop.
Save z-ohnami/df1d10c103743534baf1f0dc59bdda6a to your computer and use it in GitHub Desktop.
void main() {
var list = [1, 2, 3];
print(list);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment