flake-template-hell/templates/c/main.c
2025-02-06 23:35:40 +00:00

3 lines
66 B
C

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