1
0
Fork 0
forked from AbleOS/ableos
ableos_time/sysdata/programs/render_example/src/main.hb
2024-09-17 09:47:11 -05:00

6 lines
92 B
Plaintext

.{example} := @use("./examples/amogus.hb")
main := fn(): void {
@inline(example)
return
}