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