From ae7bdda803a07f36c99dc03382fc1fe8153a8f3a Mon Sep 17 00:00:00 2001 From: Ihnatsi Byshniou Date: Wed, 1 Nov 2023 22:40:29 +0100 Subject: [PATCH] =?UTF-8?q?Usu=C5=84=20'description.txt'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- description.txt | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 description.txt diff --git a/description.txt b/description.txt deleted file mode 100644 index 6ca4676..0000000 --- a/description.txt +++ /dev/null @@ -1,8 +0,0 @@ -Read a description of a deterministic finite-state automaton in the AT&T format -(without weights) from the file in the first argument. - -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: ./run.py fsa_description.arg < test1.in > test1.out