chrisvoncsefalvay / learn-julia-the-hard-way

Learn Julia the hard way!
https://app.gitbook.com/@chrisvoncsefalvay/s/learn-julia-the-hard-way/
Other
772 stars 153 forks source link

Finish Ch6 `continue` keyword example #57

Closed alemelis closed 6 years ago

alemelis commented 6 years ago

The example for continue keyword within a while loop was incomplete. A simple script to print non-prime numbers between 1 and 10 has been added.

Additional md format fixes