mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-31 23:28:45 +00:00
5 lines
58 B
Fish
5 lines
58 B
Fish
for i in (seq 100000)
|
|
printf '%f\n' $i.$i
|
|
end
|
|
|
|
exit 0
|