Fix Hello World page

This commit is contained in:
Rasmus Rasmussen 2025-01-31 21:10:17 +01:00
parent 39bdc8b891
commit dd8fe10d86

View File

@ -35,11 +35,9 @@ $ ./hello
</code></pre> </code></pre>
</div> </div>
<p>Now, hear me out, why not spice up the program a little bit more? Maybe we want to print to stdout, or what if <p>Now, hear me out, why not spice up the program a little bit more? What if we want to read user input? Well, fret
we suddenly need to print an error message, and want that to be handled correctly by the terminal emulator?</p> not my friend, because I have just the solution for you then. All we gotta do is to read from the terminal, and
<br> then print out the value.</p>
<p>Well, fret not my friend, because I have just the solution for you then. All we gotta do is to read from the
terminal, and then print out the value.</p>
<br> <br>
<div> <div>