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