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>
</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
we suddenly need to print an error message, and want that to be handled correctly by the terminal emulator?</p>
<br>
<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>
<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
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>
<div>