Files
pallet/src/templates/main.c
2026-03-22 12:55:42 -05:00

8 lines
79 B
C

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