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

6 lines
92 B
Plaintext

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