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

6 lines
92 B
Plaintext
Raw Normal View History

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