Skip to content

Latest commit

 

History

History
78 lines (74 loc) · 2.2 KB

README.md

File metadata and controls

78 lines (74 loc) · 2.2 KB

Advent Of Code Archive (which began in 2022)

  • This year I'm going to use Golang, and maybe some new languages for testing my ability to adapt to a new generation of programming languages.

  • Let's get the work done!!!

  • Initialize project:

    go work init
    cd ./2022/
    go mod init aoc-2022
    go work use ./2022

December 2022


Mon Tue Wed Thu Fri Sat Sun
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25