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

This commit is contained in:
nprimo 2024-05-15 11:44:23 +01:00 committed by Niccolò Primo
parent c7946abb43
commit 1734657f51
1 changed files with 8 additions and 1 deletions

View File

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