#include int main(int argc, char** argv) { printf("MAIN: hello world.\n"); return 0; }