From 1bdaf3e2fd74db37c85decd13cc5ce1d3a4aaf57 Mon Sep 17 00:00:00 2001 From: gauthiier Date: Mon, 9 Jan 2023 10:54:32 +0100 Subject: [PATCH] 1.3(bis 2) --- 1.Basics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1.Basics.md b/1.Basics.md index 9e28b53..20860d6 100644 --- a/1.Basics.md +++ b/1.Basics.md @@ -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 ↓ } -''' \ No newline at end of file +``` \ No newline at end of file