Fortran stands for **For**mula **Tran**slating System - a programming language developed in 1857 at IBM. The standard IDE for Fortran & C++ for that matter as well is [Code::Blocks. ](https://sourceforge.net/projects/codeblocks/)
All code taked place between the program first and end program first statements, where first is the nmae given to the program. The `!` indicates a comment and the `write(*,*)` instructs the computer to write the statement Hello World to the screen, indicated by the first asterisk using free-format, the second asterisk. The implicit none if a very important statement as well.