From e77dcd9087ef88782032d0eae710fa619a14ed6e Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Wed, 1 Apr 2020 05:07:05 +1300 Subject: [PATCH] Add to contribution guide Signed-off-by: Richie Bendall --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d5cae4a6..55f07e61 100755 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ The file should be name according to the language it was written. The name shoul #### Contents -The code in the file should be simplest or most straightforward way to print/display/show `Hello World` exactly once in the language used. +The code in the file should be simplest or most straightforward way to print/display/show `Hello World` exactly once in the language used. Input from the user shouldn't be asked for where possible and a newline should only be printed when nessesary. ### Updating README