mirror of
https://github.com/ProgramSnail/snake_2024.git
synced 2025-12-08 15:38:42 +00:00
7 lines
46 B
C++
7 lines
46 B
C++
|
|
#pragma once
|
||
|
|
|
||
|
|
class Bot {
|
||
|
|
public:
|
||
|
|
private:
|
||
|
|
};
|