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

7 lines
147 B
Plaintext
Raw Normal View History

2024-08-20 07:03:39 -05:00
// change "lines.hb" to another example to see it onscreen
example := @use("examples/lines.hb").example
2024-07-19 05:47:59 -05:00
2024-06-14 11:48:53 -05:00
main := fn(): int {
2024-08-20 07:03:39 -05:00
example()
2024-07-19 08:53:45 -05:00
return 0
2024-07-20 12:54:58 -05:00
}