Entry 6414

C code

   

Submitted by anonymous on Sept. 1, 2010 at 7:23 a.m.
Language: C. Code size: 121 bytes.

#include <stdio.h>

int main() {
    /* Testing with hello world */
    printf ("Hello world\n");

    return 0;
}

This snippet took 0.00 seconds to highlight.

Back to the Entry List or Home.

Delete this entry (admin only).