#include int main() { printf("Hello %s\n", "world"); return 0; }