def setup createCanvas(710, 400) end def draw background(100, 153, 0) line(100, 100, 200, 200) end
Run