Finalized the implementation

This commit is contained in:
2026-09-13 21:18:23 +03:00
parent 3df8ce7717
commit 5a68245703
12 changed files with 209 additions and 3 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ compile:
g++ *.cpp -O3 -c
debug:
g++ *.cpp -g -std=c++17 -o calculator -lstdc++ -lm
g++ *.cpp -g -std=c++17 -o lottery -lstdc++ -lm