Skip to content

Latest commit

 

History

History

fsharp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
eyecatch

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