6 lines
71 B
Plaintext
6 lines
71 B
Plaintext
fs = {
|
|
read_file = fn (path: str) -> str {
|
|
__READ_FILE__(path)
|
|
}
|
|
}
|