Added code

This commit is contained in:
2024-07-22 15:21:42 +03:00
commit b2f43c1584
2 changed files with 62 additions and 0 deletions

4
Makefile Normal file
View File

@@ -0,0 +1,4 @@
all:
g++ main.cpp -o gamma
.PHONY: all