From 7d84e771f15e2eb27cb28834b7a00d3308d777ba Mon Sep 17 00:00:00 2001 From: ChernyukVS Date: Mon, 15 Sep 2025 16:22:10 +0000 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D0=BB(=D0=B0)=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B2=20''?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 run.bat diff --git a/run.bat b/run.bat new file mode 100644 index 0000000..ea1332c --- /dev/null +++ b/run.bat @@ -0,0 +1,3 @@ +@echo off +LAB1.exe < 01-example.input.txt > 01-example.actual.txt +fc 01-example.actual.txt 01-example.expected.txt