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

7 lines
61 B
Bash
Executable File

#!/bin/bash
i=0
while true ; do
((i++%65000))
done
exit 0