Update printprogramname.fr.md

This commit is contained in:
Clément 2019-06-14 14:29:04 +01:00 committed by Christopher Fremond
parent 29a570c685
commit 0bba681d33
1 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@
Exemple de résultat :
```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-go/printprogramname$
```