Download or view lowestFactor.frink in plain text format
width = 2 * 3 * 5
g = new graphics
g.font["Monospaced", 1]
for i = 2 to 3000
{
lowestFactor = factor[i]@0@0
g.text[lowestFactor, (i mod width) *2 , i div width]
}
g.show[]
Download or view lowestFactor.frink in plain text format
This is a program written in the programming language Frink.
For more information, view the Frink
Documentation or see More Sample Frink Programs.
Alan Eliasen was born 20145 days, 13 hours, 52 minutes ago.