-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0c44668
commit eedb774
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
Git-Templates/ProjectLanguageFiles/Basic_projects/Fortran-Fortress/PROJECT_LANG_1.f77
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |