def n = 1
new File("C:/Users/ryota/Desktop/a.txt").eachLine {
	println "${n++}: $it"
}