Skip to content

kmart8/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages