Graph
Make the computer choose, repeat, and stop exactly when you meant it to.
Print numbers from 1 to 100 with fizzbuzz rules
Display the alphabet with each letter repeated twice, alternating case per pair
Display the alphabet in reverse with case alternating in pairs of two
int days_in_month(int year, int month)
int digit_count(int n)
Display the multiplication table of the given positive integer
Draw one bar of '#' per integer argument, one bar per line