Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@SametSahin10
Created April 1, 2020 14:40
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 SametSahin10/57df32c87ed0f0b48a6fb4ceebbc44c3 to your computer and use it in GitHub Desktop.
Save SametSahin10/57df32c87ed0f0b48a6fb4ceebbc44c3 to your computer and use it in GitHub Desktop.
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