Movies as code
Home
Genres
Top Posts
All Movies
Top Geeks
Submit
Created by
Ben Howdle of
Cube
Thursday, March 8th, 2012 at 11:15 am |
Action
| by
Niek de Gooijer
public class Cube
{
public Cube(x, y, z)
{
if(!isPrime(x) && !isPrime(y) && !isPrime(z))
this.add(Trap.random())
}
}
Vote up this code
1