forgot a semi colon

This commit is contained in:
2026-07-07 10:57:21 +10:00
parent 330d2f9609
commit c6d99e5f7b

View File

@@ -8,5 +8,5 @@ on_import {
The on_import function is called by the compiler so you can let The on_import function is called by the compiler so you can let
it know about all your symbols you want to expose. it know about all your symbols you want to expose.
*/ */
printf("We've been imported!\n") printf("We've been imported!\n");
} }