Skip to content

Instantly share code, notes, and snippets.

@loadix
Last active May 20, 2020 03:57
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 loadix/5ef381bf7e31fdf4794fb367abe843d7 to your computer and use it in GitHub Desktop.
Save loadix/5ef381bf7e31fdf4794fb367abe843d7 to your computer and use it in GitHub Desktop.
//Primer Sketch
//Función: Point
size(200, 200);
background(255, 8, 198);
point(50, 50);
point(51, 50);
point(52, 50);
point(53, 50);
point(54, 50);
point(55, 50);
point(56, 50);
point(57, 50);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment