4 lines
46 B
Bash
Executable File
4 lines
46 B
Bash
Executable File
for ((i=1; i<=$1; i++)); do
|
|
echo $i
|
|
done
|