Files
.hive/templates/cmake-c/src/main.c

7 lines
72 B
C

#include <stdio.h>
int main() {
puts("Hello, Flake!");
return 0;
}