## printprogramname ### Instructions Write a **program** that prints the name of the program. Example of output : ```console student@ubuntu:~/[[ROOT]]/printprogramname$ go build main.go student@ubuntu:~/[[ROOT]]/printprogramname$ ./main ./main student@ubuntu:~/[[ROOT]]/printprogramname$ ```