Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 117 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 117 Bytes

Advent Of Code

# Node.js
yarn ts-node 2023/day1/solution.ts

# run C#
dotnet run -- --year 2023 --day 1