#include int main() { write(1, "Hello world!\n", 13); return 0; }