erg/examples/with.er
Shunsuke Shibayama 9dd2da9628 Fix .read type
2022-09-30 14:09:38 +09:00

2 lines
61 B
Python

with! open!("examples/record.er"), f =>
print! f.read!()