Entry 3802

C Hello World

   

Submitted by anonymous on May 11, 2010 at 12:52 a.m.
Language: C. Code size: 85 bytes.

#include <stdio.h>

int main () {
     printf("Hello, World!");
     return 0;
}

This snippet took 0.01 seconds to highlight.

Back to the Entry List or Home.

Delete this entry (admin only).