Skip to content

Commit

Permalink
PROJECT_LANG_1_V1.for
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpm2001 committed May 31, 2024
1 parent 7a5053e commit 3b8c64c
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
C Start of script

C I decided to make FORTRAN the main programming language for this project (FORTRAN FORTRESS) as this project is all about Fortran and playing around with it. The fortress of FORTRAN should be and will be written in Fortran.
program prolang
print *, "I decided to make FORTRAN the main programming language for this project (FORTRAN FORTRESS) as this project is all about Fortran and playing around with it. The fortress of FORTRAN should be and will be written in Fortran."
end program prolang
STOP
END

C File info
C File type: FORTRAN 90 source file (*.f90, *.f, *.for)
C File version: 1 (Wednesday, June 9th 2021 at 5:43 pm)
C Line count (including blank lines and compiler line): 16

C End of script

0 comments on commit 3b8c64c

Please sign in to comment.