Skip to content

theHamsta/advent-of-code-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

advent-of-code-2020

Installation of dotnet Framework

snap install dotnet-sdk --classic

Create and Run Project

New F# project

dotnet new console -lang "F#" -o src/01

Run

dotnet run --project src/02 input/02

Files without a main can be run directly using dotnet fsi. Installation:

dotnet tool install -g --add-source "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" Microsoft.dotnet-interactive

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages