kotlin-c/c.d/helloworld.c

6 lines
52 B
C

#include "helloworld.h"
int foo() {
return 0;
}