Fortran in Action
1.0.0
"Fortran Language Practice" is a practical tutorial for Fortran language programming driven by the Fortran-Fans community.
Call: We need your help. You are welcome to contribute tutorials to us and promote the prosperity of the latest tutorials and information in China.
git clone https://github.com/fortran-fans/Fortran-in-Action.git
cd Fortran-in-Action mdBook is a utility for creating modern online books from Markdown files.
You can build "Fortran Language Practical" through the provided book.toml file.
mdbook build
If you have scoop installed, you can install mdbook via the following command:
scoop bucket add main
scoop install mdbook