Write a program that prints the name of the program.
Example of output :
$ go build main.go $ ./main main $ go build $ ./printprogramname | cat -e printprogramname$ $ go build -o Nessy $ ./Nessy Nessy $