From 39e8eb3ccf446b699a52c184da71ab455ee843b0 Mon Sep 17 00:00:00 2001 From: Augusto Date: Tue, 8 Jun 2021 12:02:51 +0100 Subject: [PATCH] Clarify instructution for exercise `pilot` --- subjects/pilot/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/subjects/pilot/README.md b/subjects/pilot/README.md index e3b7f370..c12200d7 100644 --- a/subjects/pilot/README.md +++ b/subjects/pilot/README.md @@ -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