main() { char s[] = "hello, world\n"; write(1, s, sizeof(s)-1); }