int main() { char *msg = "Welcome!\n"; print_string(msg); while (1) // Not implemented { } return 0; }