Skip to content

emlun/adventofcode-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023 solutions

To run the solutions:

$ cargo run

This assumes Cargo is installed, and that the input files are placed at inputs/dayXX.in relative to the current working directory.

To run an individual day, specify the day as a command line argument:

$ cargo run 1

To run with a different input, specify a file name as a command line argument. The file name - means standard input:

$ cargo run 1 foo.txt
$ cargo run 1 - < foo.txt

To run the benchmarks:

$ cargo bench

License

This is free and unencumbered software released into the public domain.

About

My solutions to Advent of Code 2023

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors