From 9ea8c687f7be28d9ad1c55fb8580de421e1404c7 Mon Sep 17 00:00:00 2001 From: Erdem Ersoy Date: Fri, 6 Oct 2023 18:02:47 +0300 Subject: [PATCH] Add a Turkish Fortran book (#9832) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add a Turkish Fortran book Fortran Programlama Diline Giriş (Turkish) * Fix linting --- books/free-programming-books-tr.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/books/free-programming-books-tr.md b/books/free-programming-books-tr.md index 467e68378..e58d079e8 100644 --- a/books/free-programming-books-tr.md +++ b/books/free-programming-books-tr.md @@ -6,6 +6,7 @@ * [C++](#cpp) * [D](#d) * [Dart](#dart) +* [Fortran](#fortran) * [Git](#git) * [Go](#go) * [Güvenlik ve Gizlilik](#guvenlik-ve-gizlilik) @@ -60,6 +61,11 @@ * [Dart - Merhaba Dünya](https://www.dartogreniyorum.blogspot.com.tr/2013/03/yeniden-dart.html?view=sidebar) +### Fortran + +* [Fortran Programlama Diline Giriş](http://dosyalar.ersoykardesler.net/yayinlar/Fortran_Programlama_Diline_Giris.pdf) (PDF) + + ### Git * [git - basit rehber](https://rogerdudler.github.io/git-guide/index.tr.html) - Roger Dudler (HTML)