1.3(bis 2)

This commit is contained in:
gauthiier
2023-01-09 10:54:32 +01:00
parent 151eb5ca31
commit 1bdaf3e2fd
+2 -2
View File
@@ -10,7 +10,7 @@
## Sketch: 0. Hello World
'''javascript
```javascript
// Hello world!
// This is comment
@@ -22,4 +22,4 @@ function draw() {
background(220);
print("Hello World"); // see the console below ↓
}
'''
```