Skip to content

Commit

Permalink
Fortran submission
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Martinez committed Oct 11, 2020
1 parent fbed729 commit a31ae08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GFortran/explanation.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
The PRINT statement in Fortran can be told to operate on comma-delimited, list-directed input (*,).
The END statement signals the end of the program.
https://tio.run/##S8svKilKzNNNT4Mw/v8PCPL0C9HSUfJIzcnJ11EIzy/KSVFU4nL1c/n/HwA
2 changes: 2 additions & 0 deletions GFortran/hello.f
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
PRINT *,"Hello, World!"
END

0 comments on commit a31ae08

Please sign in to comment.