mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 14:51:13 -03:00
6 lines
58 B
Fish
6 lines
58 B
Fish
for i in (seq 100000)
|
|
printf '%f\n' $i.$i
|
|
end
|
|
|
|
exit 0
|