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