implement mining functionality in SortBot and add .gitignore

This commit is contained in:
2026-04-15 11:38:15 +02:00
parent b43f266973
commit 4a38215e31
3 changed files with 37 additions and 1 deletions
+1
View File
@@ -7,3 +7,4 @@ class SortBot : public BaseRobot {
SortBot ( int startX, int startY );
int mine ( World &world ) override;
};