forgot a semi colon
This commit is contained in:
@@ -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");
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user