F# Tutorial - Hello World in 5 minutes

Run your app

In your command prompt, run the following command:

In your terminal, run the following command:

Command prompt
dotnet run

If your app ran successfully, you should see the following output:

Command prompt
Hello from F#

Congratulations, you've built and run your first F# app! Select the Continue button below to go to the next step.

Continue