diff --git a/src/components/Fortran/Fortran_Hello_World.vue b/src/components/Fortran/Fortran_Hello_World.vue index eab917b..b6ee75f 100644 --- a/src/components/Fortran/Fortran_Hello_World.vue +++ b/src/components/Fortran/Fortran_Hello_World.vue @@ -35,11 +35,9 @@ $ ./hello -

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?

-
-

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.

+

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.