Skip to content

Instantly share code, notes, and snippets.

@hongsw
Created September 11, 2024 02:26
Show Gist options
  • Save hongsw/cf015bfc955eb3665d43d3c2facd68d3 to your computer and use it in GitHub Desktop.
Save hongsw/cf015bfc955eb3665d43d3c2facd68d3 to your computer and use it in GitHub Desktop.
void main() {
String str1 = 'h1';
String str2 = 'h1';
print(str1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment