Skip to content

gizlu/AoC2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

184304b · Dec 3, 2023

History

27 Commits
Dec 3, 2022
Dec 11, 2022
Dec 11, 2022
Dec 14, 2022
Dec 18, 2022
Dec 3, 2022
Dec 22, 2022
Dec 4, 2022
Dec 4, 2022
Dec 6, 2022
Dec 11, 2022
Dec 11, 2022
Dec 3, 2023

Repository files navigation

AoC2022

Advent of Code 2022

My solutions for 2022 edition of advent of code.
I do it mainly using short shell/awk scripts (soft codegolf) and c/c++ when shell/awk are not feasible.

task1 of day5 have two alternate solutions (C and awk)
day13 is in C++ (task2 output requires postprocessing with shell)