my-solutions/codeforces/round-923/task-b/Makefile

6 lines
41 B
Makefile
Raw Permalink Normal View History

all:
g++ main.cpp -o main
run:
./main