#include int main(int argc, char *args[]) { printf("Hello, world!\n"); return 0; }