letter output

This commit is contained in:
gauthiier 2023-01-16 21:39:41 +01:00
parent 317e343a36
commit 24d49e2d63

View File

@ -685,4 +685,12 @@ function keyTyped() {
// Reference: https://p5js.org/reference/
```
The output of our program print something like this:
<p align="center">
<img src="https://git.le-club-des-sans-sujets.org/gauthiier/Revisiting-Concepts-Notations-Software-Art/src/commit/317e343a3609e4a4e21246955fdea386b3017cb8/img/letter-output.png" width="100%"/>
</p>
There might be minor formatting issues with the code above. I'll let you fix them as you inspect what the code does when it prints to the console.