Skip to content

g-un--/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

156 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://adventofcode.com/

  • 2015 - Typescript
cd ./2015
bun install
bun test ./day1
  • 2018 - C#
cd ./2018
dotnet build
dotnet test --filter day1
  • 2021 - C#
cd ./2021
dotnet build
dotnet test --filter day1
  • 2022 - Typescript
cd ./2022
bun install
bun test ./day1
  • 2023 - Python
cd ./2023
uv run pytest -v ./day1
  • 2024 - Python
cd ./2024
uv run pytest -v ./day1
  • 2025 - Python
cd ./2025
uv run pytest -v ./day1

About

My solutions to Advent of Code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors