call an exported start function if it exists

This commit is contained in:
2023-01-28 12:31:16 +01:00
committed by denni
parent 4a4beded11
commit 8a473cc9b9
4 changed files with 14 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
include "../examples/include/microw8-api.cwa"
export fn start() {
printChar('Test');
}