Created with <3 with dartpad.dev.
Last active
October 6, 2023 16:17
-
-
Save csparedes/a2d1cd765d2950e03ae6907882349e19 to your computer and use it in GitHub Desktop.
Testing dart pad - fork
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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