Skip to content

0xR5C/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent Of Code 2024

This repo contains my solutions for the Advent of Code 2024.

This year I will be using Go. First Time using Go, so expect some bad code. I will try to streamline it as much as I can.

Run Locally

  • Navigate to the subdirectory of the day you want
  • On your terminal, run
go run dayX.go
  • If you want to only the 1st or the 2nd part of the solution, use the flag --part= and the respective number. For example
go run dayX.go --part=1

About

Advent of Code solutions in Golang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages