Aaron wrote:
>>#include <stdio.h>
>>int
>>main (int argc, char **argv)
>>{
>> printf ("Hello World!\n");
>> return 0;
>>}
>
> maybe ill start C again, and throw the errors up here. the crap i get
> from that compiler is hilarious.
$ cc -o hello_world hello_world.c
$
Benedikt