summaryrefslogtreecommitdiff
path: root/structures
diff options
context:
space:
mode:
Diffstat (limited to 'structures')
-rw-r--r--structures/Makefile2
1 files changed, 2 insertions, 0 deletions
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