#include <stdio.h> int main() { // This line prints a greeting printf("Hello, World!"); return 0; }
Click Run to execute this code.