Skip to content

Instantly share code, notes, and snippets.

@itsahmed-dev
Created February 15, 2022 06:02
Show Gist options
  • Save itsahmed-dev/d04b059dd55343f26601a34f103a4d0b to your computer and use it in GitHub Desktop.
Save itsahmed-dev/d04b059dd55343f26601a34f103a4d0b to your computer and use it in GitHub Desktop.
Intro
// Dart Programming Language
void main() {
// intro
String firstName = 'Muhammad';
String lastName = 'Ahmed';
print('My name is $firstName $lastName');
print('You can call me $lastName');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment