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 1/2] 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 0c4c901bd..d26bea51b 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 From d35f0f005967ffbb7306a0c8409e03a2f05f9ca7 Mon Sep 17 00:00:00 2001 From: OGordoo <39002518+OGordoo@users.noreply.github.com> Date: Wed, 27 Oct 2021 16:39:20 +0100 Subject: [PATCH 2/2] Removing unnecessary sentence --- subjects/point/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/subjects/point/README.md b/subjects/point/README.md index d26bea51b..d87965db2 100644 --- a/subjects/point/README.md +++ b/subjects/point/README.md @@ -8,8 +8,6 @@ Create a new directory called `point`. - 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 ```go