Fortran in Action
1.0.0
《Fortran語言實戰》是一份由Fortran愛好者(Fortran-Fans)社區驅動的Fortran語言編程實戰教程。
呼籲:我們需要你們的幫助,歡迎你們為我們貢獻教程,促成國內Fortran 最新教程、信息的繁榮。
git clone https://github.com/fortran-fans/Fortran-in-Action.git
cd Fortran-in-ActionmdBook是一個從Markdown文件創建現代在線書籍的實用程序。
你可以通過提供的book.toml文件來構建《Fortran語言實戰》。
mdbook build
如果你安裝了scoop ,則可以通過以下命令安裝mdbook:
scoop bucket add main
scoop install mdbook