mooc/www/sys/fs/home/alice/Sequence2/A24/macmd

7 lines
61 B
Plaintext
Raw Normal View History

2023-01-31 08:47:50 +04:00
#!/bin/bash
i=0
while true ; do
((i++%65000))
done
exit 0