forked from spaghetti/spaghetti-code-3
chore: warning long time
This commit is contained in:
parent
05ef9b714c
commit
4bb5d8bda6
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ We've provided a file that handles all the hard work for you (more about this la
|
|||
### Layout
|
||||
|
||||
Your program will receive the maze through `stdin`.
|
||||
The maze will be random each time in both layout and size!
|
||||
A maze is represented using emojis. A tab character `(\t)` represents a new line in the maze, and the maze ends with a newline character `(\n)`.
|
||||
The maze uses five emojis:
|
||||
|
||||
|
@ -174,7 +175,7 @@ We perform basic checks, so please do not attempt to circumvent these restrictio
|
|||
|
||||
Go to `https://spaghetti.zeus.gent`.
|
||||
Enter your name and select your code file.
|
||||
If your submission is accepted, you’ll see a GIF showing the result!
|
||||
If your submission is accepted, you’ll see a GIF showing the result (heads-up, it can take a while)!
|
||||
|
||||
## Start
|
||||
|
||||
|
|
Loading…
Reference in a new issue