#include <stdio.h> // Standard input-output library
int main() { // Entry point of the program
printf("Hello, World!\n"); // Print message to console
return 0; // Exit successfully
}
C
1 line
Ln 1, Col 1
UTF-8
Terminal
Connecting…
›
AI Explanation
gpt-4o
Loading…
🔗 Share this Code
Saving your code and explanation…
⚡ EduSeekho Online C Compiler
A free, browser-based AI-powered C compiler — write, run, and understand C code instantly without installing anything. Powered by GPT-4o for smart code generation and step-by-step AI explanations.