qse/regress/awk/stripcomment.dat

11 lines
139 B
Plaintext

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