Skip to content

flohst/AdventOfCode2021FSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of code 2021 F#

Create new Project

To create a new console application for each day run:

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

To add the new console app to the solution run:

dotnet sln add src/DayXX/DayXX.fsproj