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-02-01 2:40

#include <stdio.h>
#define STR(x)    #x
int
main(void)
{
    printf(STR(Hello world%c), 0x0a);
    return 0;
}

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