Clarify instructution for exercise `pilot`

This commit is contained in:
Augusto 2021-06-08 12:02:51 +01:00
parent a6f7ce3c30
commit 39e8eb3ccf
1 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,11 @@
### Instructions
Append to the code below what is needed so that the program compiles.
- Create a directory called `pilot`.
- Inside the directory `pilot` create a file `main.go`.
- Copy the code below to `main.go` and add the code needed so that the program compiles.
> Note: You can only add code, not delete.
### Usage