mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
8 lines
259 B
Text
8 lines
259 B
Text
For this prototype, we assume you have some experience with the command line. Here are some commands that will be useful:
|
|
|
|
- ls
|
|
- echo content > file
|
|
- cat file
|
|
- mkdir dir
|
|
|
|
Find the riddle in your current directory and put the answer into the file "answer"!
|