Created
November 16, 2020 07:03
-
-
Save ptejada/d43875ba1f58f264c7884a81c191cdc4 to your computer and use it in GitHub Desktop.
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 String foo = 'FOO!'; | |
print('my var is $foo'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment