1) main: {"Hello world!\n"}print exit(0) execute with: hopper helloworld.com 2) #include main: exit("Hello world!\n") execute with: hopper helloworld.com -d 3) main: {"Hello world!\n"}return execute with: hopper helloworld.com -d