Browse Source

Clarify instructions for the exercise `boolean`

pull/826/head
Augusto 3 years ago
parent
commit
1d3e8ab4ac
  1. 6
      subjects/boolean/README.md

6
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

Loading…
Cancel
Save