Skip to content

Instantly share code, notes, and snippets.

@csparedes
Last active October 6, 2023 16:17
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 csparedes/a2d1cd765d2950e03ae6907882349e19 to your computer and use it in GitHub Desktop.
Save csparedes/a2d1cd765d2950e03ae6907882349e19 to your computer and use it in GitHub Desktop.
Testing dart pad - fork

Testing dart pad - fork

Created with <3 with dartpad.dev.

void main() {
final int num1 = 5;
final Map<String, dynamic> map1 = {
"1": "Uno"
};
print(map1);
print("This is a fork");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment