#include #include using namespace std; int main() { char greeting[] = "Hello World!\n"; write(1, greeting, 13); return 0; }