Skip to content

natac13/advent-of-code-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code - Go Solutions

Setup

  1. Create a .env file with your Advent of Code session token:
AOC_SESSION=your_session_token_here

To get your session token, login to Advent of Code, inspect your cookies, and copy the value of the 'session' cookie.

  1. Create a new day's solution:
make new year=2023 day=1
  1. Run a specific solution:
make run year=2023 day=1

Project Structure

.
├── internal/
│   └── utils/        # Common utilities
├── yearXXXX/         # Year folders
│   └── dayXX/        # Day folders
│       ├── main.go   # Solution code
│       └── input.txt # Day's input
└── main.go           # Entry point

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published