Files
qse/qse/regress/awk/stripcomment.dat
2009-06-27 07:05:19 +00:00

11 lines
139 B
Plaintext

/* sample C program */
#include <stdio.h>
int main ()
{
/* print hello world
* with printf */
printf ("hello, world\n");
return 0;
}