πŸŽ„πŸŽ… My Advent of Code 2023 solutions πŸŽβ›„

Overview

License Issues GitHub pull requests


πŸŽ„πŸŽ My AOC 2023 solutions πŸŽ…β›„

πŸŽ„ Table of contents

🎁 Table of the days

Day Part 1 Part 2 Language
01 Tokiscript
02 Tokiscript
03 Tokiscript
04 Tokiscript
05 Tokiscript
06 Rust
07 Rust
08 Rust
09 Elixir
10 Elixir
11 Elixir
12 Zig
13 Zig
14 -
15 -
16 -
17 -
18 -
19 -
20 -
21 -
22 -
23 -
24 -
25 -

πŸŽ… Goals

My goals for AOC 2023 are:

  • Try to do a few days in my own language (Tokiscript)
  • Use AOC as an opportunity to learn other languages that im interested in (Elixir, Zig, Rust...)

β›„ Quickstart

The makefile works the same across all the day folders - make <PART> runs the specified part.

Part 1:

$ cd days/<DAY>
$ make part1

Part 2:

$ cd days/<DAY>
$ make part2
You might also like...
My solutions for the Advent of Code 2021 in Scala, Python, Haskell and Rust.

Advent of Code 2021 These are my Advent of Code 2021 solutions written in Scala 3, Haskell, Python and Rust. Day Title L1 L2 L3 L4 01 Sonar Sweep Scal

My solutions for Advent of Code 2021, in Rust

Advent of Code 2021 These are my solutions. I have decided to use Rust for now. I'm new to Rust, so it might be some of the worst Rust code you've see

My solutions for the 2021 edition of the Advent of Code, using Rust and SOM (Simple Object Machine)

Advent of Code 2021 These are my solutions for the 2021 edition of the Advent of Code. The solutions are all implemented using both Rust and SOM (Simp

Remmy's Advent of Code solutions

Advent of Code in Rust - remmycat's solutions Benchmarks on MacBook Pro (13-inch, 2019), 2.8 GHz Quad-Core Intel Core i7 (Day 15 and 19, yikes…) Emoji

Solutions to Advent of Code 2021, coded in rust

Advent of Code 2021 (aoc-2021-rust) Solutions to Advent of Code 2021 (https://adventofcode.com/2021), coded as part of my efforts to learn Rust Run co

πŸŽ„ My solutions to Advent of Code 2022.

πŸŽ„ advent-of-code-2022 Overview This repository contains my solutions to Advent of Code 2022. I decided to take this year as an opportunity to learn R

My Rusty Solutions For Advent of Code

My Rusty Solutions For Advent of Code Name Part 1 Part 2 Language Day 1 Snack Calorie Counting βœ… βœ… Rust Day 2 Rock Paper Scissors βœ… βœ… Rust Day 3 Food

Solutions to Advent of Code 2022 puzzles

Solutions to Advent of Code 2022 puzzles

Advent of Code 2022 Solutions (in Rust)

Advent of Code 2022 My solutions for Advent of Code 2022, written in Rust. This repository provides a good template for anyone interested in writing t

Owner
rei
Hello, world! Im LordOfTrident
rei
Solutions of Advent-of-Code 2023 in Rust

Advent of Code 2023 in Rust If you've never heard of Advent of Code, you're missing out. Check it out now at adventofcode.com! I mostly do AoC puzzles

AurΓ©lien Geron 4 Dec 8, 2023
Solutions to Advent of Code 2023 in Rust πŸŽ„

Advent of Code 2023 Solutions to Advent of Code 2023 in Rust ?? Day Part 1 Part 2 Thoughts 1 ⭐ ⭐ As with most early advent of code challenges, it's mo

Pedro Godinho 6 Dec 6, 2023
πŸŽ„πŸŽ… My Advent of Code 2023 solutions πŸŽβ›„

???? My AOC 2023 solutions ??β›„ ?? Table of contents ?? Table of the days ?? Goals β›„ Quickstart ?? Table of the days Day Part 1 Part 2 Language 01 Toki

rei 6 Dec 11, 2023
Solutions to Advent of Code 2023 in Rust! :crab:

AdventOfCode2023 ?? Solutions to AoC 2023 in Rust ?? Usage # to be able to download inputs (see fetch.sh) export AOC_SESSION=[value from session cooki

Axel Lindeberg 27 Dec 17, 2023
Advent of Code 2023 solutions - #15 on global leaderboard

My solutions for Advent of Code 2023, written in Rust. The code requires Rust nightly to run. Sample inputs from each day are provided. To run with ac

Daniel Huang 28 Dec 17, 2023
My Advent of Code 2023 solutions in the Rust programming language.

Advent of Code 2023 in Rust My Advent of Code 2023 solutions in the Rust programming language. This repository holds a separate Rust project for each

Tim VisΓ©e 65 Dec 17, 2023
Advent of Code 2021 puzzles & solutions in Rust

Advent of Code 2021 These are puzzles for the Advent of Code 2021 challenge, written and solved in the Rust programming language. The puzzle for each

Chevy Ray Johnston 8 Dec 19, 2021
Repository with my Advent of Code 2021 puzzle solutions πŸŽ„

?? Advent of Code 2021 ?? I decided to stick with Rust this year and try to improve a bit on it, I basically haven't used it since last year's AoC, so

fratorgano 2 Dec 1, 2022
My solutions to Advent of Code 2021 (mostly in rust)

Advent of Code 2021 Small code to solve problems at https://adventofcode.com/2021. Most of the code are written in Rust. How to run solutions For exam

β€œPlane” Abhabongse  Janthong 3 Apr 22, 2022
πŸŽ„My Advent of Code 2021 solutions in the Rust programming language

Advent of Code 2021 in Rust My Advent of Code 2021 solutions in the Rust programming language. This repository holds a separate Rust project for each

Tim VisΓ©e 227 Dec 16, 2022