My solution for https://adventofcode.com 2022
Go to file
matthias@arch d36bf220bd day 13
2022-12-18 15:33:52 +01:00
01 renamed because github is stupid 2022-12-11 02:26:42 +01:00
02 renamed because github is stupid 2022-12-11 02:26:42 +01:00
03 renamed because github is stupid 2022-12-11 02:26:42 +01:00
04 renamed because github is stupid 2022-12-11 02:26:42 +01:00
05 renamed because github is stupid 2022-12-11 02:26:42 +01:00
06 renamed because github is stupid 2022-12-11 02:26:42 +01:00
07 renamed because github is stupid 2022-12-11 02:26:42 +01:00
08 renamed because github is stupid 2022-12-11 02:26:42 +01:00
09 renamed because github is stupid 2022-12-11 02:26:42 +01:00
10 4309% improved output 2022-12-11 02:24:22 +01:00
11 day 11 task 2 2022-12-12 13:49:44 +01:00
13 day 13 2022-12-18 15:33:52 +01:00
14 day14 2022-12-15 20:16:46 +01:00
.gitignore day6 2022-12-06 19:38:16 +01:00
README.md day 13 2022-12-18 15:33:52 +01:00

Advent of code 2022 🎄

This is a repository for my solutions for the advent of code 2022.

About

I will try to use as many different languages as I can. I am not necessarily trying to do it the best or most efficient way, nor choose the best language for job.

The directories for each day contain my input file, my code and a README that shows how to run the code and what approach I used.

These are the days with to most interesting code so far:

  1. day 13: HolyC on a TempleOS virtual machine
  2. day 4: x86-64 assembly with the help of ChatGPT
  3. day 6: html+javascript check it out here
  4. day 7: awk+bash

Also, check out the repositories of my friends who do stuff in go, Visual Basic, php and many other languages!

Language - Day

  • Awk: day 1, 7
  • Assembly, x86-64: day 4
  • Bash: day 1, 7
  • C: day 3, 4
  • C++: day 2, 8, 14
  • HolyC: day 13
  • Java: day 10
  • Javascript: day 6
  • php: day 9
  • Python: day 5, 11
  • VIM-Script: day 3