6 lines
99 B
Text
6 lines
99 B
Text
try {
|
|
var lines = readfile ("input.txt")
|
|
process (lines)
|
|
} catch (e) {
|
|
do_somthing(e)
|
|
}
|