3 lines
60 B
Makefile
3 lines
60 B
Makefile
|
a.out: main_pt2.cpp
|
||
|
clang++ -std=c++2b -g -O0 main_pt2.cpp
|