dust/std/fs.ds

6 lines
63 B
Plaintext

fs = {
read_file = fn (path: str) str {
READ_FILE path
}
}