#include #include int main() { printf("I am a program that does nothing!\n"); exit(0); }