Advertisement
Nojus_Globys

mar10

Mar 10th, 2023
542
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.12 KB | Software | 0 0
  1. void setup () {
  2.   size (1200, 800);
  3.   background (100, 50, 200);
  4. }
  5.  
  6. void draw () {
  7.   rect (600, 400, 200, 100);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement