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