forked from AbleOS/ableos
6 lines
92 B
Plaintext
6 lines
92 B
Plaintext
|
.{example} := @use("./examples/amogus.hb")
|
||
|
|
||
|
main := fn(): void {
|
||
|
@inline(example)
|
||
|
return
|
||
|
}
|