From 89aec38c1194082eaa4c3aed55e850f46977a453 Mon Sep 17 00:00:00 2001 From: Dan Stone Date: Tue, 25 Feb 2020 11:24:50 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4ae96b..039f47d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Ideally the results will be sorted so that the most relevant result is first in ## Technical Notes -The program can be a command line app, a set of functions for REPL usage or a web app. +The program can be a command line app, a set of functions for REPL usage or a web app. It can be written in any language you want. The goal of this test is to appraise your programming ability, that is to say – how simple, readable, efficient and correct your solution is. In addition good comments, good function/interface design and good naming will be looked for.