Zadanie 1&2 z Projektu 2

This commit is contained in:
2023-04-26 14:25:11 +02:00
parent b0c3984791
commit 4b448cfaac
2 changed files with 136 additions and 0 deletions

8
projekt 2/Makefile Normal file
View File

@@ -0,0 +1,8 @@
build:
ccache g++ main.cpp
run:
ccache g++ main.cpp -O3 ; ./a.out
clean:
rm -f ./a.out