mirror of
https://github.com/exoticorn/curlywas.git
synced 2026-01-20 19:56:42 +01:00
10 lines
153 B
Plaintext
10 lines
153 B
Plaintext
import "env.memory" memory(1);
|
|
import "env.text" fn text(i32, i32, i32);
|
|
|
|
export fn update() {
|
|
text(0x3f, 8, 8);
|
|
}
|
|
|
|
data 0x3f {
|
|
"Hello, World!"
|
|
} |