clsp/src/main/resources/fileTemplates/internal/DefaultTemplate.c.ft

6 lines
72 B
Text
Raw Normal View History

2025-01-10 19:56:51 +03:00
\#include <stdio.h>
int main() {
printf("Hello world");
return 0;
}