+
Quest: The Oracle's First Greeting
-
+
Welcome, brave coder! Your journey into the mystical lands of programming begins now. Before you can conjure complex spells or build mighty digital fortresses, every adventurer @@ -56,7 +59,7 @@ export default function TutorialHelloWorld() {
- + {/* section*/}
@@ -79,7 +82,7 @@ export default function TutorialHelloWorld() {
- + {/* section */}
@@ -88,27 +91,27 @@ export default function TutorialHelloWorld() {
Why start with something so simple?
- - It's Tradition: Like a knight - receiving their first sword, programmers worldwide start here. It connects you to - generations of coders before you! + It's Tradition: Like a + knight receiving their first sword, programmers worldwide start here. It connects you + to generations of coders before you!
- - It's a Test: Successfully making the - machine say "Hello World" proves your basic setup is working. Your coding - environment, the language you're using - they're all aligned and ready for - more complex commands. It's like checking if your magic wand sparks before trying - to levitate a mountain. + It's a Test:{" "} + Successfully making the machine say "Hello World" proves your basic setup is + working. Your coding environment, the language you're using - they're all + aligned and ready for more complex commands. It's like checking if your magic + wand sparks before trying to levitate a mountain.
- - It's Confidence: Seeing your very - first command come to life, even a simple one, is a powerful boost! It's the - first step on your epic journey. + It's Confidence: Seeing + your very first command come to life, even a simple one, is a powerful boost! + It's the first step on your epic journey.
- + {/* section*/}
@@ -124,17 +127,27 @@ export default function TutorialHelloWorld() {
Different programming languages (spellbooks) have slightly different words for the
'Display' command (like{" "}
- print,{" "}
- console.log,{" "}
- echo), but the core
- idea is the same: tell the machine to show those exact words.
+
+ print
+
+ ,{" "}
+
+ console.log
+
+ ,{" "}
+
+ echo
+
+ ), but the core idea is the same: tell the machine to show those exact words.