Fix Hello World page
This commit is contained in:
parent
39bdc8b891
commit
dd8fe10d86
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user