C++ Rewrite!

This commit is contained in:
2025-10-18 23:38:32 +00:00
parent de0a65dd81
commit 797824a417
5 changed files with 379 additions and 78 deletions

3
compile.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/ash
g++ -std=c++17 main.cpp -o tux-dock && echo "tux-dock successfully compiled!"