Please login with GitHub in order to save solutions and appear on the leaderboards.
Prime Numbers
Print all the prime numbers from 1 to 100 inclusive, each on their own line.
arguments holds ARGV, print() to output with a newline, write() to output without a newline.
say, signatures, and state are available without any import.