processing.learnosteam.com Open in urlscan Pro
13.250.165.220  Public Scan

URL: https://processing.learnosteam.com/
Submission: On July 12 via automatic, source certstream-suspicious — Scanned from SG

Form analysis 0 forms found in the DOM

Text Content

 * File
   * Save⌃+S
 * Sketch
   * Run⌃+Enter
   * Stop⇧+⌃+Enter




SKETCH FILES

 * Create folder
 * Create file

 * index.html
    * Rename
    * Delete

 * sketch.js
    * Rename
    * Delete

 * style.css
    * Rename
    * Delete

sketch.js
x
7



1


function setup() {

2

    createCanvas(400, 400);

3

}

4

​

5


function draw() {

6

    background(220);

7

}



 * There are no lint messages

Current line


CONSOLE

Clear



PREVIEW