ableos/sysdata/programs/fb_driver/src/main.hb
2024-08-20 13:03:39 +01:00

7 lines
147 B
Plaintext

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