#include #include int main(int argc, char *argv[]) { puts("Hello, world!"); return EXIT_SUCCESS; }