Browse Source

Update printprogramname.en.md

content-update
Clément 5 years ago committed by Christopher Fremond
parent
commit
953d3b8d4a
  1. 6
      subjects/printprogramname.en.md

6
subjects/printprogramname.en.md

@ -7,8 +7,8 @@ Write a **program** that prints the name of the program.
Example of output :
```console
student@ubuntu:~/piscine/test$ go build main.go
student@ubuntu:~/piscine/test$ ./main
student@ubuntu:~/piscine-go/printprogramname$ go build main.go
student@ubuntu:~/piscine-go/printprogramname$ ./main
./main
student@ubuntu:~/piscine/test$
student@ubuntu:~/piscine-g0/printprogramname$
```

Loading…
Cancel
Save