call an exported start function if it exists

This commit is contained in:
2024-06-09 00:35:25 +02: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');
}