Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 877 Bytes

README.md

File metadata and controls

34 lines (18 loc) · 877 Bytes

Nerdsniped

My solutions to Advent of Code and other challenges.

AoC 2022

Language: Rust

Command: cargo run --package aoc2022 --bin puzzle01 -- 2022/inputs/input01.txt

Synacor

Command: CPU_SNAPSHOT=workdir/synacor-snapshot.json MEMORY_DISASSEMBLY=workdir/synacor-dump.txt cargo run --bin synacor -- synacor/challenge.bin --log-level info

The challenge website seems to be down, this user has preserved their challenge input: https://github.com/Aneurysm9/vm_challenge

AoC 2023

Language: Go

Command: go run ./aoc_2023/cmd/puzzle01.go aoc_2023/inputs/input01.txt

1BRC 2024

Language: Rust

Command: cargo run --package obrc2024 --bin s01 data/measurements.txt Diff results: git diff -U0 --word-diff --no-index -- - data/measurements.out.txt

AoC 2024

Language: Terra (Lua)

Command: terra ./aoc_2024/puzzle01.t aoc_2024/inputs/input01.txt