//Prints a greeting to the terminal #include int main() { printf("Hello everyone!\n"); return 0; }