## printprogramname ### Instructions Écrire un **programme** qui affiche le nom du programme. Exemple de résultat : ```console student@ubuntu:~/[[ROOT]]/printprogramname$ go build main.go student@ubuntu:~/[[ROOT]]/printprogramname$ ./main ./main student@ubuntu:~/[[ROOT]]/printprogramname$ ```