#include // Include the standard input-output header int main() { // Print "Hello, World!" to the console printf("Hello, World!\n"); return 0; // Return 0 to indicate successful execution }