Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Advent Of Code input-importer

Tired of manually importing the puzzle data for Advent of Code? You're in luck!

Usage

cargo run -- [session] [year]
Parameter Description
session Advent of Code session stored in cookie
year Optional. Year to import

Resulting File Structure

[home directory]
└── AdventOfCode
    └ ...
    └ 2020
    └ 2021
      └ day01
          input.txt
      └ day02
          input.txt
      └ ...

About

Imports Puzzle data From Advent Of Code, and creates Folder scaffolding

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages