Zeal Geek
ZealGeek

Follow

ZealGeek

Follow
How to  create F# console app in Ubuntu

How to create F# console app in Ubuntu

Zeal Geek's photo
Zeal Geek
·Mar 22, 2022·

1 min read

Create new folder and give following command:-

$ mkdir fsharpapplication

$ cd fsharpapplication

$ dotnet new console --language F#

consoleapp_f#_1.png

Run the app:-

$ dotnet run

consoleapp_f#_2.png

 
Share this