Open soegaard opened 2 years ago
Example:
#lang sketching (define (setup) (size 640 360)) (define star (create-shape)) (start.begin-shape)
Example: