Clarify instructions for the exercise `boolean`

This commit is contained in:
Augusto 2021-06-07 17:17:30 +01:00
parent 2c240127af
commit 1d3e8ab4ac
1 changed files with 2 additions and 4 deletions

View File

@ -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