Added day 6 (two programs. had to rewrite for the second problem). Added starter files.
This commit is contained in:
6
2022/6/Makefile
Normal file
6
2022/6/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
all: a.out b.out
|
||||
a.out: main.cpp
|
||||
clang++ -std=c++2b -g -O0 main.cpp
|
||||
|
||||
b.out: main2.cpp
|
||||
clang++ -std=c++2b -g -O0 main2.cpp -o b.out
|
Reference in New Issue
Block a user