Files
pallet/src/templates/main.c

8 lines
79 B
C
Raw Normal View History

2026-03-22 11:16:14 -05:00
#include <stdio.h>
int main() {
printf("Hello, world!\n");
return 0;
}