mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 11:16:42 +01:00
6 lines
89 B
Plaintext
6 lines
89 B
Plaintext
include "../examples/include/microw8-api.cwa"
|
|
|
|
export fn start() {
|
|
printChar('Test');
|
|
}
|