kotlin-c/c.d/helloworld.c

6 lines
69 B
C

#include "helloworld.h"
void main() {
printf("hello world\n");
}