From ea782436f47fc21f1b8a3702a3963f81f3de7319 Mon Sep 17 00:00:00 2001 From: Augusto Date: Mon, 17 Jun 2019 18:17:40 +0100 Subject: [PATCH] add more instruction --- subjects/point.en.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/subjects/point.en.md b/subjects/point.en.md index ba6b426e1..e83bc86de 100644 --- a/subjects/point.en.md +++ b/subjects/point.en.md @@ -3,8 +3,9 @@ ### Instructions Create a `.go` file and copy the code below into our file +and add the code necessary so the program works. -- The main task is to return a working program. +- The program must be submitted inside a folder with the name `point`. ```go func setPoint(ptr *point) {