forked from AbleOS/ableos
7 lines
155 B
Plaintext
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() {
|
|
}
|
|
} |