Merge pull request #311 from Niels-NTG/patch-1

Added language "Processing"
This commit is contained in:
Mike Donaghy 2017-02-12 16:15:16 -06:00 committed by GitHub
commit be090ffd6f

4
p/processing.pde Normal file
View File

@ -0,0 +1,4 @@
size(128, 128);
background(0);
textAlign(CENTER, CENTER);
text("Hello World", width / 2, height / 2);