daut2021-po16/TaskC04/simple1.arg
Jakub Pokrywka 4cccb78602 add Task C
2021-12-18 12:01:20 +01:00

6 lines
68 B
Plaintext

# prosty automat akceptujący tylko napis "abc"
0 1 a
1 2 b
2 3 c
3