We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3eac5 commit 7b4e2f0Copy full SHA for 7b4e2f0
Hungry_Serpent/readme.md
@@ -28,7 +28,7 @@ To compile and run the game, follow these steps:
28
29
1. Compile the code using a C++ compiler like g++:
30
```bash
31
- g++ -o snake snake.cpp
+ g++ -o snake Hungry_Serpent.cpp
32
33
2. Run the compiled program:
34
0 commit comments