8 lines
122 B
Plaintext
8 lines
122 B
Plaintext
|
|
import io:*
|
||
|
|
import string:*
|
||
|
|
|
||
|
|
fun main():int {
|
||
|
|
print(read_file(string("test_fileio.expected_results")))
|
||
|
|
return 0
|
||
|
|
}
|