#include #include int x; void main() { puts("HellO"); puts("there"); //printf("hello\n"); exit(123); }