Browse Source

docs(quadchecker): require solution to be submitted in one file

pull/2569/head
nprimo 6 months ago committed by Niccolò Primo
parent
commit
1734657f51
  1. 9
      subjects/quadchecker/README.md

9
subjects/quadchecker/README.md

@ -12,7 +12,14 @@ Create a program `quadchecker` that takes a `string` as an argument and displays
- If there is more than one `quad` matches, the program must display them all alphabetically ordered and separated by a `||`.
Make sure you submit all the necessary files to run the program.
The solution should be submitted as follow:
```console
$ tree .
quadchecker
├── go.mod
└── main.go
```
### Usage

Loading…
Cancel
Save