You are viewing a single comment's thread. Return to all comments →
OMG, look what I did:
LIMIT=100 prime=0 for ((a=1; a <= LIMIT ; a++)) do let "prime= $a % 2" if [ $prime -eq 1 ] then echo $a fi done
Totally unnecessary T.T
Seems like cookies are disabled on this browser, please enable them to open this website
Looping and Skipping
You are viewing a single comment's thread. Return to all comments →
OMG, look what I did:
Totally unnecessary T.T