From 576a05281f753f3be06f4b0c9404c6279923f638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacek=20Ka=C5=82u=C5=BCny?= <45168146+duszekjk@users.noreply.github.com> Date: Mon, 13 Nov 2023 10:31:04 +0100 Subject: [PATCH] Update description.txt --- TaskC00/description.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TaskC00/description.txt b/TaskC00/description.txt index 1999cc4..4759393 100644 --- a/TaskC00/description.txt +++ b/TaskC00/description.txt @@ -5,7 +5,7 @@ Read strings from the standard input. If a string is accepted by the 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. If no transition is given for the given state and letter, write NO.