Skip to content

Commit

Permalink
Merge pull request #78 from Shahbaz4u/patch-1
Browse files Browse the repository at this point in the history
{ bracket was missing after main
  • Loading branch information
rosera authored Jun 6, 2023
2 parents 2e5fd41 + e9a911f commit b224943
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ch01/ex-string.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

```dart
void main()
{
String myVariable = "I am a string";
String myVariable2 = """
Expand Down

0 comments on commit b224943

Please sign in to comment.