Source code for test1.c (via source-highlight)
#include
<stdio.h>
int
main
()
{
printf
(
"hello world
\n
"
);
return
0
;
}