5
p/Processing.pde
Normal file
5
p/Processing.pde
Normal file
@@ -0,0 +1,5 @@
|
||||
size(128, 128);
|
||||
background(0);
|
||||
textAlign(CENTER, CENTER);
|
||||
fill(255);
|
||||
text("Hello World", width / 2, height / 2);
|
||||
Reference in New Issue
Block a user