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