OT: python use in xfce

Benedikt Meurer benedikt.meurer at unix-ag.uni-siegen.de
Wed Apr 19 22:35:20 CEST 2006


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



More information about the Xfce4-dev mailing list