Skip to content

Commit

Permalink
Merge pull request #6 from rosera/tastethedream-patch-4
Browse files Browse the repository at this point in the history
Update ex2-4.md
  • Loading branch information
rosera authored Dec 15, 2022
2 parents e73ff25 + ef3a79e commit eb3936e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion ch02/ex2-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
## Example

```dart
String demoStringValue = 'I am a string';
void main()
String myVariable = "I am a string";
String myVariable2 = """
I am a multiline
string
""";
}
```

0 comments on commit eb3936e

Please sign in to comment.