Categorygithub.com/kmart8/adventofcode
repository
0.0.0-20241231041551-87e06159ba71
Repository: https://github.com/kmart8/adventofcode.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

AdventOfCode

My repo for the advent of code competitions hosted every year. Languages used for each year:

  • 2023: Python
  • 2024: Golang

How to Run

  • cd into <year> folder so that the file has access to the input files. TODO: Look up better way to do this in go
  • execute go run day<n>/code.go.
    • E.g., for 2024 day 1, this would be: go run day1/code.go