Skip to content

Instantly share code, notes, and snippets.

@jacopocolo
Last active November 6, 2017 12:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacopocolo/5d949e59f4f8fb930c5a4771b2e08d76 to your computer and use it in GitHub Desktop.
Save jacopocolo/5d949e59f4f8fb930c5a4771b2e08d76 to your computer and use it in GitHub Desktop.
function setup() {
createCanvas(400, 300);
}
function draw() {
background(0,0,0);
stroke(255,255,255);
line(0,0,200,150);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment