daut2021-rano/TaskC04/simple1.arg
Jakub Pokrywka 7c346f70d1 add C tasks
2022-01-16 20:21:03 +01:00

6 lines
68 B
Plaintext

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