From de0fc65843858effd3b418f228af4c2f327494d5 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Tue, 6 Dec 2022 15:44:07 +0200 Subject: Day6 done in Cpp --- 2022/Cpp/Day6/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 2022/Cpp/Day6/Makefile (limited to '2022/Cpp/Day6/Makefile') diff --git a/2022/Cpp/Day6/Makefile b/2022/Cpp/Day6/Makefile new file mode 100644 index 0000000..08000ae --- /dev/null +++ b/2022/Cpp/Day6/Makefile @@ -0,0 +1,5 @@ +all: + @g++ main.cpp -o ans.o + +run: + ./ans.o < input.txt -- cgit v1.2.3