summaryrefslogtreecommitdiff
path: root/2022/Cpp/Day2/Makefile
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2022-12-04 17:36:44 +0200
committeromagdy7 <omar.professional8777@gmail.com>2022-12-04 17:36:44 +0200
commit616af4d6944d9c6436e36ab1ef38238819ccea64 (patch)
tree25247c469f2a5b7ebab584c47def25fa2cd07814 /2022/Cpp/Day2/Makefile
parentb6581928ca05708bc8aa1cc1c2b6ab44e7100a1a (diff)
downloadaoc-616af4d6944d9c6436e36ab1ef38238819ccea64.tar.xz
aoc-616af4d6944d9c6436e36ab1ef38238819ccea64.zip
Added Rust solution for day3 and day4
Diffstat (limited to '2022/Cpp/Day2/Makefile')
-rw-r--r--2022/Cpp/Day2/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/2022/Cpp/Day2/Makefile b/2022/Cpp/Day2/Makefile
new file mode 100644
index 0000000..08000ae
--- /dev/null
+++ b/2022/Cpp/Day2/Makefile
@@ -0,0 +1,5 @@
+all:
+ @g++ main.cpp -o ans.o
+
+run:
+ ./ans.o < input.txt