From dd8fe10d8689ef2153d7935b3afa0dee3dba7289 Mon Sep 17 00:00:00 2001 From: rasmus Date: Fri, 31 Jan 2025 21:10:17 +0100 Subject: [PATCH] Fix Hello World page --- src/components/Fortran/Fortran_Hello_World.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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.