1
0
Fork 0
forked from AbleOS/ableos
ableos_time/sysdata/programs/tests/src/main.hb
2024-07-23 19:37:43 -05:00

14 lines
223 B
Plaintext

stn := @use("../../../libraries/stn/src/lib.hb");
.{log, string, memory, buffer} := stn
service_search := fn(): void {
a := "\{01}\0"
@eca(void, 3, 0, a, 2)
return
}
main := fn(): int {
//service_search()
return 0
}