mirror of
https://github.com/exoticorn/microw8.git
synced 2026-06-28 05:49:37 +02:00
call an exported start function if it exists
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
include "../examples/include/microw8-api.cwa"
|
||||
|
||||
export fn start() {
|
||||
printChar('Test');
|
||||
}
|
||||
Reference in New Issue
Block a user