dust/std/fs.ds

6 lines
63 B
Plaintext
Raw Normal View History

2024-05-25 15:48:43 +00:00
fs = {
read_file = fn (path: str) str {
READ_FILE path
}
}