mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-31 23:28:45 +00:00
1083cd2640
This took ~12ms on my system, which is too short to see much more than startup time.
3 lines
37 B
Fish
3 lines
37 B
Fish
for i in (seq 10000)
|
|
echo $i
|
|
end
|