# Pastebin YkbRKpyf ubuntu@ubuntu:~/palmer$ cat test.c #include void main() { printf("Hello, World\n"); } ubuntu@ubuntu:~/palmer$ gcc test.c -o test -static -O3 ubuntu@ubuntu:~/palmer$ ./test Hello, World