From 93c158a42724d73b5b0a9c50bfdafb433fe70cf7 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 10 Feb 2021 23:57:22 +0400 Subject: =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20=D1=82?= =?UTF-8?q?=D0=B5=D1=81=D1=82=20=D0=BA=205=20=D0=B7=D0=B0=D0=B4=D0=B0?= =?UTF-8?q?=D1=87=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- structures/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/structures/Makefile b/structures/Makefile index ae8cca3..e9709dc 100644 --- a/structures/Makefile +++ b/structures/Makefile @@ -4,6 +4,8 @@ COMPILE=$(CXX) $(CFLAGS) task5: $(COMPILE) -o task.out task5.cpp +test5: task5 + printf "7\na v h i o f s" | ./task.out task8: $(COMPILE) -o task.out task8.cpp -- cgit v1.2.3