Skip to content

Instantly share code, notes, and snippets.

@SametSahin10
Created April 1, 2020 14:40
Embed
What would you like to do?
void main() {
var name = 'ahmet';
print(name);
name = 12;
print(name);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment