From b69f6d02052d56765bc8241dba745018dd3b41f6 Mon Sep 17 00:00:00 2001 From: Pav01Founders <92518689+Pav01Founders@users.noreply.github.com> Date: Thu, 14 Oct 2021 13:28:21 +0100 Subject: [PATCH] Update README.md Updated instruction. --- subjects/point/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/subjects/point/README.md b/subjects/point/README.md index 0c4c901b..d26bea51 100644 --- a/subjects/point/README.md +++ b/subjects/point/README.md @@ -4,9 +4,11 @@ Create a new directory called `point`. -- The code below has to be copied in a file called `main.go` inside the `point` directory. +- The code below must be copied into a file called `main.go` inside the `point` directory. -- The necessary changes have to be applied so that the program works. +- The necessary changes must be applied so that the program works. + +- The program must be submitted inside a folder named 'point'. ### Code to be copied