Browse Source

test->point

pull/358/head
zhantolin 5 years ago committed by Clément
parent
commit
7c88a40f99
  1. 6
      subjects/point.en.md

6
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$
```

Loading…
Cancel
Save