mirror of
https://github.com/duszekjk/jezykiformalne.git
synced 2024-11-03 19:40:27 +01:00
6 lines
68 B
Plaintext
6 lines
68 B
Plaintext
# prosty automat akceptujący tylko napis "abc"
|
|
0 1 a
|
|
1 2 b
|
|
2 3 c
|
|
3
|