Login: Passwort:
void setup() { size(500,500); } void draw() { background(204); line(mouseX, 20, mouseX, 80); }
Code 0-1: Beispiel