Created
February 14, 2019 10:58
-
-
Save LadyScream/47a5c8d3d3185350dc4e8b8f62ed2dbc to your computer and use it in GitHub Desktop.
test.pde
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void setup() { | |
size(200, 200); | |
background(100); | |
stroke(255); | |
ellipse(50, 50, 25, 25); | |
println("hello web!"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment