1.3
This commit is contained in:
parent
bf837f88af
commit
d747a13964
17
1.Basics.md
17
1.Basics.md
@ -6,4 +6,19 @@
|
||||
|
||||
<p align="center">
|
||||
<img src="https://git.le-club-des-sans-sujets.org/gauthiier/Revisiting-Concepts-Notations-Software-Art/raw/branch/main/img/interpreter.svg" height="150"/>
|
||||
</p>
|
||||
</p>
|
||||
|
||||
## Sketch: 0. Hello World
|
||||
'''javascript
|
||||
// Hello world!
|
||||
// This is comment
|
||||
|
||||
function setup() {
|
||||
createCanvas(400, 400);
|
||||
}
|
||||
|
||||
function draw() {
|
||||
background(220);
|
||||
print("Hello World"); // see the console below ↓
|
||||
}
|
||||
'''
|
||||
Loading…
x
Reference in New Issue
Block a user