Get rid of boost usage

This commit is contained in:
2024-04-10 04:49:57 -04:00
parent 6fff2e7525
commit 60a11252cb
2 changed files with 21 additions and 8 deletions

View File

@@ -1 +1 @@
g++ -std=c++17 main.cpp -o solprice-cli -lcurl -lncurses -lboost_system
g++ -std=c++17 main.cpp -o solprice-cli -lcurl -lncurses