1.3(bis 2)

This commit is contained in:
gauthiier 2023-01-09 10:54:32 +01:00
parent 151eb5ca31
commit 1bdaf3e2fd

View File

@ -10,7 +10,7 @@
## Sketch: 0. Hello World ## Sketch: 0. Hello World
'''javascript ```javascript
// Hello world! // Hello world!
// This is comment // This is comment
@ -22,4 +22,4 @@ function draw() {
background(220); background(220);
print("Hello World"); // see the console below ↓ print("Hello World"); // see the console below ↓
} }
''' ```