1 2 3 4 5 6 7
#include <stdio.h> main(int argc, char *argv[]) { printf("This program does nothing, and wastes a lot of space doing it!\n"); exit(0); }