forked from AbleOS/ableos
9 lines
200 B
Plaintext
9 lines
200 B
Plaintext
.{process, log} := @use("stn")
|
|
|
|
// src: https://git.ablecorp.us/koniifer/lily
|
|
exe := @embed("./assets/lily.axe")
|
|
|
|
test := fn(): uint {
|
|
process.spawn(@bitcast(&exe), @sizeof(@TypeOf(exe)))
|
|
return 0
|
|
} |