Skip to content

Commit 0c08a14

Browse files
committed
Add output to README.
1 parent 5244ee2 commit 0c08a14

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

patterns/state/three_state/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,11 @@ void main() {
2020
switcher.call(); // call:(4) One
2121
}
2222
```
23+
24+
### Output:
25+
```
26+
call(1): One
27+
call(2): Two
28+
call(3): Three
29+
call(4): One
30+
```

0 commit comments

Comments
 (0)