1
0
Fork 0
ableos-framebuffer/sysdata/programs/fb_driver/src/main.hb
2024-09-13 23:11:50 -05:00

7 lines
148 B
Plaintext

// change "lines.hb" to another example to see it onscreen
example := @use("examples/square.hb").example
main := fn(): int {
example()
return 0
}