Warning! The page was not fully loaded, probably because of a network issue. It could be that not all functionalities work as expected. Please try reloading the page.
Drop links or images here to add them to the editor.
Count to N ⭐
Read an integer n and print all numbers from 1 to n (inclusive), one per line.
Input
One integer:
n
Output
Print the numbers from 1 to n, each on a new line.