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