Advertisement
Nojus_Globys

mar14

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