Competitions
Week 1 Introduction Part 1
12345
Print the digits 1, 2, 3, 4, 5, each on a separate line.
Input data
There is no input data.
Output data
Print the digits 1, 2, 3, 4, 5, each on a separate line, as shown in the sample.
Examples
Input example #1
Output example #1
1 2 3 4 5