def n = 1
new File(args[0]).eachLine {
	println "${n++}: $it"
}