Files
brolang/std/process/process.bro
T
2026-07-15 23:12:04 +02:00

6 lines
47 B
Plaintext

import "@std/io"
Init :: struct {
io io.Io
}