ableos/sysdata/programs/fb_driver/src/main.hb

7 lines
147 B
Plaintext
Raw Normal View History

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