Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeioth authored Oct 4, 2023
1 parent b1f53aa commit 6ce5bfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ This is what happen when you select `build & run`, `build`, or `run` in the comp
| c++ | ./main.cpp | ./bin/program |
| c# | ./Program.cs | ./bin/Program.exe |
| dart | ./lib/main.dart | ./bin/main |
| elixir | ./mix.exs | ./_build/ |
| f# | [see here](https://github.com/Zeioth/compiler.nvim/wiki/fsharp-compiler) | ./bin/ |
| flutter | [see here](https://github.com/Zeioth/compiler.nvim/wiki/dart-compiler) | ./build/ |
| go | ./main.go | ./bin/program |
Expand Down

0 comments on commit 6ce5bfa

Please sign in to comment.