1
0
Fork 0
forked from AbleOS/ableos
ableos_time/sysdata/programs/render_example/src/main.hb

6 lines
92 B
Plaintext
Raw Normal View History

2024-09-13 16:41:31 -05:00
.{example} := @use("./examples/amogus.hb")
main := fn(): void {
@inline(example)
return
}