fish-shell/benchmarks/benchmarks/printf.fish
2023-06-01 18:15:42 +02:00

5 lines
58 B
Fish

for i in (seq 100000)
printf '%f\n' $i.$i
end
exit 0