Code Golf - PI day
- by gnibbler
The Challenge
The shortest code by character count to display a representation of a circle of radius R using the *character. Followed by an approximation of pi
Input is a single number, R
Since most computers seem to have almost 2:1 ratio you should only output lines where y is odd.
The approximation of pi is given by dividing the twice the…