From 7c88a40f996417d7fc617ca2874fa68fe9f364f0 Mon Sep 17 00:00:00 2001 From: zhantolin <52797876+zhantolin@users.noreply.github.com> Date: Tue, 26 Nov 2019 17:12:12 +0600 Subject: [PATCH] test->point --- subjects/point.en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/subjects/point.en.md b/subjects/point.en.md index 80c232f4f..ac2ff157b 100644 --- a/subjects/point.en.md +++ b/subjects/point.en.md @@ -30,8 +30,8 @@ func main() { ### Expected output ```console -student@ubuntu:~/piscine-go/test$ go build -student@ubuntu:~/piscine-go/test$ ./test +student@ubuntu:~/piscine-go/point$ go build +student@ubuntu:~/piscine-go/point$ ./point x = 42, y = 21 -student@ubuntu:~/piscine-go/test$ +student@ubuntu:~/piscine-go/point$ ```