Merge pull request #311 from Niels-NTG/patch-1
Added language "Processing"
This commit is contained in:
4
p/processing.pde
Normal file
4
p/processing.pde
Normal file
@@ -0,0 +1,4 @@
|
||||
size(128, 128);
|
||||
background(0);
|
||||
textAlign(CENTER, CENTER);
|
||||
text("Hello World", width / 2, height / 2);
|
||||
Reference in New Issue
Block a user