Update description.txt

This commit is contained in:
Jacek Kałużny 2023-11-13 10:31:04 +01:00 committed by GitHub
parent 55a1a16560
commit 576a05281f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ Read strings from the standard input.
If a string is accepted by the If a string is accepted by the
automaton, write YES, otherwise- write NO. automaton, write YES, otherwise- write NO.
The program is invoked like this: python run.py test1.arg < test1.in > test1.out The program is invoked like this: python run.py test1.arg test1.in test1.out
Note that not all transitions must be included in description. Note that not all transitions must be included in description.
If no transition is given for the given state and letter, write NO. If no transition is given for the given state and letter, write NO.