IL 2016 SS
PImage moonImg; void setup(){ size(500,500); moonImg = loadImage("415183808_9d19a12439.jpg"); } void draw(){ image(moonImg,0,0); }