diff --git a/src/main.c b/src/main.c new file mode 100644 index 0000000..f38805d --- /dev/null +++ b/src/main.c @@ -0,0 +1,12 @@ +#include +#include + +on_import { + /* + This is where you define all your functions and structs. + + The on_import function is called by the compiler so you can let + it know about all your symbols you want to expose. + */ + printf("We've been imported!\n") +} \ No newline at end of file