dust/std/fs.ds
2024-06-22 11:44:09 -04:00

6 lines
70 B
Plaintext

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