From 9627e324b11cf9d6605d061bd9fae8eb096f646e Mon Sep 17 00:00:00 2001 From: Zeioth Date: Sun, 26 May 2024 23:43:59 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index abd6c0b..09fd7ad 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ This is what happen when you select `build & run`, `build`, or `run` in the comp | c# | ./Program.cs | ./bin/Program.exe | | dart | ./lib/main.dart | ./bin/main | | elixir | ./mix.exs | ./_build/ | +| fortran | ./fpm | ./build/ | | f# | [see here](https://github.com/Zeioth/compiler.nvim/wiki/fsharp-compiler) | ./bin/ | | flutter | ./pubspec.yaml | ./build/ | | go | ./main.go | ./bin/program |