mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
8 lines
60 B
Plaintext
8 lines
60 B
Plaintext
void setup()
|
|
{
|
|
}
|
|
|
|
void draw()
|
|
{
|
|
println("i am a bug...);
|
|
} |