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