diff --git a/src/main.c b/src/main.c index f38805d..c6e466d 100644 --- a/src/main.c +++ b/src/main.c @@ -8,5 +8,5 @@ on_import { 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") + printf("We've been imported!\n"); } \ No newline at end of file