1
0
Fork 0
forked from AbleOS/ableos
ableos/sysdata/programs/sunset_server/src/main.hb

7 lines
155 B
Plaintext

sunset := @use("../../../libraries/sunset_proto/src/lib.hb")
main := fn(): void {
sunset.server.init()
loop if sunset.server.handle_connections() {
}
}