dust/std/fs.ds

6 lines
66 B
Plaintext

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