Freitag, 26. November 2010

am anfang war das wort

#include 

int main(void)
{
printf("Hallo Welt!\n");
return 0;
}

1 Kommentar: