From 1d3e8ab4ace246a20a78ce42acd9ec64a404274b Mon Sep 17 00:00:00 2001 From: Augusto Date: Mon, 7 Jun 2021 17:17:30 +0100 Subject: [PATCH] Clarify instructions for the exercise `boolean` --- subjects/boolean/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/subjects/boolean/README.md b/subjects/boolean/README.md index e098eb92..997b51e2 100644 --- a/subjects/boolean/README.md +++ b/subjects/boolean/README.md @@ -2,14 +2,12 @@ ### Instructions -Create a `.go` file. +Create a new directory called `boolean`. -- The code below has to be copied in that file. +- The code below has to be copied in a file called `main.go` inside the `boolean` directory. - The necessary changes have to be applied so that the program works. -- The program must be submitted inside a folder with the name `boolean`. - ### Code to be copied ```go