fsharp The F# hello world exsample. 🍔English 🍡日本語 🚀 How to run Before, you must install dotnet core. # Execute dotnet run # Build to single binary by release build dotnet publish -c Release ⛏️ Development # debug run dotnet run 📜 License MIT