1int main() {
2    printf("Hello, world\n");
3    return 0;
4}
5