Skip to content

jakoberzar/advent-of-code-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2021

My solutions for Advent of Code 2021. This year I am practicing Python 🐍 and also trying to develop my own language, Chocolate 🍫.

Day Python Choco
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

Script for starting a new day

./new_day.sh <day_name>

Python

Running code

python python/day<day_name>.py <filename>

where <filename> is usually simple or full.

Testing code

...TODO? :)

Chocolate

<choco compiler> choco/day<day_name>.choco

Other language candidates

  • Ruby or Crystal too see what Ruby feels like?
  • Zig or Go to learn another systems language?
  • Java, Kotlin, C++ to polish skills?

About

My solutions for the 2021's Advent of Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published