refactor: split main.cpp into separate files, fix bugs 5-8, 15

This commit is contained in:
2026-07-26 01:00:13 +02:00
parent afb089bee6
commit 711536c74e
14 changed files with 2551 additions and 2154 deletions
+5
View File
@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
<rect width="64" height="64" rx="8" fill="#3584e4"/>
<circle cx="28" cy="28" r="12" fill="none" stroke="#fff" stroke-width="3.5"/>
<line x1="36" y1="36" x2="50" y2="50" stroke="#fff" stroke-width="3.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 324 B