From 24d49e2d63ab777a6446cee8093846d961b41f67 Mon Sep 17 00:00:00 2001 From: gauthiier Date: Mon, 16 Jan 2023 21:39:41 +0100 Subject: [PATCH] letter output --- 2.Ghost-Writing.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/2.Ghost-Writing.md b/2.Ghost-Writing.md index 354bbcd..9ca162d 100644 --- a/2.Ghost-Writing.md +++ b/2.Ghost-Writing.md @@ -685,4 +685,12 @@ function keyTyped() { // Reference: https://p5js.org/reference/ ``` + +The output of our program print something like this: + +

+ +

+ + 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.