Sunday, November 11, 2012

Hello World!


My first trash code... enjoy :)

#include <conio.h>
#include <stdio.h>

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

0 comments:

Post a Comment