mirror of
https://github.com/processing/processing4.git
synced 2026-04-27 22:50:53 +02:00
8 lines
60 B
Plaintext
8 lines
60 B
Plaintext
void setup()
|
|
{
|
|
}
|
|
|
|
void draw()
|
|
{
|
|
println("i am a bug...);
|
|
} |