Skip to content

Latest commit

 

History

33 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024

Repository to my puzzle solutions for https://adventofcode.com/2024.

Setup

What was required to put the repository up. Download .NET 8 SDK.

dotnet new gitignore

How to run

You need to add inputs to input folder with dayXX.txt or dayXX_example.txt (also sometimes dayXX_exampleN.txt).

dotnet fsi dayX.fsx

or to run all simply

ls -filter *.fsx | % { dotnet fsi $_ }

About

Advent of Code

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages