Skip to content

nathanleiby/advent-of-code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

Adding a new project:

mkdir 01
dotnet new console -lang "F#"

Running a project:

dotnet run

Reference

Here are some repos for others solving AOC2022 in F#. As I'm new to F#, I hope to review their approaches afterwards and learn better practices.

Releases

No releases published

Packages

No packages published

Languages