Skip to content

A Simple GitHub Repository containing the source codes I wrote during my journey to learn Fortran 90.

Notifications You must be signed in to change notification settings

InsertX2k/FortranExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FortranExamples

A Simple GitHub Repository containing the source codes I wrote during my journey to learn Fortran 90.

If you want to compile :

If you have GNU GCC Compiler installed :

gfortran <file-name>.f90 -o <file-name>

If you want to run the compiled file :

./<file-name>

I used repl.it's IDLE to work on fortran, because I was too lazy to install the compilers on my PC.


License?

Public Domain

About

A Simple GitHub Repository containing the source codes I wrote during my journey to learn Fortran 90.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published