Skip to content

66a-11a4S/AoC2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AoC2023

My solutions for Advent of Code 2023 ( https://adventofcode.com/2023 )

スクリーンショット 2024-01-22 14 47 37

How to run

  • Change the following part to the puzzles you want to execute and run it.

AoC2023/main.cpp

Lines 3 to 6 in e764ef3

int main() {
day1::Day1::Solve1();
return 0;
}

Note

  • The inputs for the following puzzles are hardcoded. So please rewrite the input with your puzzles then run it.