Files
honggfuzz/hello.c
2026-04-26 17:33:50 +08:00

10 lines
97 B
C

#include <stdio.h>
#include <stdlib.h>
int
main ()
{
printf ("hello, world\n");
return 0;
}