From 1734657f51e6422e6f1c0ec33662879a787a8cba Mon Sep 17 00:00:00 2001 From: nprimo Date: Wed, 15 May 2024 11:44:23 +0100 Subject: [PATCH] docs(quadchecker): require solution to be submitted in one file --- subjects/quadchecker/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/subjects/quadchecker/README.md b/subjects/quadchecker/README.md index 853b59a8b..eff106cfa 100644 --- a/subjects/quadchecker/README.md +++ b/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