## printprogramname ### Instructions 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 ./main student@ubuntu:~/piscine/test$ ```