to c ansi-c hello-world by nando.quintana
/* http://www.roesler-ac.de/wolfram/hello.htm#C-ANSI */ /* Hello World in C, Ansi-style */ #include <stdio.h> #include <stdlib.h>