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