mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-22 08:55:16 +08:00
1083cd2640
This took ~12ms on my system, which is too short to see much more than startup time.
4 lines
37 B
Fish
4 lines
37 B
Fish
for i in (seq 10000)
|
|
echo $i
|
|
end
|