BEGIN {
	while (getline && n++ < 10)
		print
	exit
}
{ print }