woody-woodpacker/resources/sample.c

7 lines
80 B
C

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