woody-woodpacker/resources/sample.c

8 lines
82 B
C

#include <stdio.h>
int
main(void) {
printf("Hello, World!\n");
return (0x0);
}