Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

/prog/ challenge [extreme edition]

Name: Anonymous 2013-01-31 15:36

Write a program that displays "Hello world" (without quotes) to the screen.

Name: Anonymous 2013-01-31 18:08

#include <stdio.h>
int main(int argc, char ** argv)
{
     printf("Hello" " " "world");
     return 0;
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List