#include int main(int argc, char **argv) { printf("Hello there.\n"); return 0; }