Skip to content

nthnptt/aoc2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AOC 2023

Personal result

+-----+------------+--------------+
| Day | Part 1     | Part 2       |
+-----+------------+--------------+
| 1   | 54644      | 53348        |
| 2   | 2331       | 71585        |
| 3   | 521515     | 69527306     |
| 4   | 27059      | 5744979      |
| 5   | 165788812  | ???          |
| 6   | 4568778    | 28973936     |
| 7   | 252295678  | 250577259    |
| 8   | 21251      | ???          |
| 9   | 1980437560 | 977          |
| 11  | 9403026    | 543018317006 |
| 12  | 7916       | ???          |
+-----+------------+--------------+

Usage

Run all

php src/main.php aoc:all

Run specific day

  • With my data
php src/main.php aoc:day 1
  • With custom data
php src/main.php aoc:day 1 -f my_file.txt
  • Run last day
php src/main.php aoc:day

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages