flake-template-hell/templates/c/main.c

4 lines
66 B
C
Raw Normal View History

2025-02-06 23:35:40 +00:00
#include <stdio.h>
int main(void) { printf("Hello, world!\n"); }