Skip to content

Instantly share code, notes, and snippets.

@rassi0429
Last active April 14, 2022 11:50
Show Gist options
  • Save rassi0429/dd35df8f9fb9f27bbc834d9438808774 to your computer and use it in GitHub Desktop.
Save rassi0429/dd35df8f9fb9f27bbc834d9438808774 to your computer and use it in GitHub Desktop.
void setup() {
size(450,300);
background(255,0,0);
}
void draw() {
noStroke();
fill(255,255,255);
rect(0, 100, 450, 100);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment