2018-08-22 01:37:32 -03:00

6 lines
113 B
Plaintext
Executable File

size(128, 128);
background(0);
textAlign(CENTER, CENTER);
fill(255);
text("Hello World", width / 2, height / 2);