Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Meodoc/aoc-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AoC Utils

Description

Provides bash scripts for getting AoC input data, setting up a python file, and submitting the answer. Answers have to be provided in files a.out and b.out for part 1 and 2 respectively.

Setup

Put your Advent of Code session token into the following location:

~/.aocrc

TODO

  • Parse tag for unexpected response
  • Set year as a parameter
  • Add long command line parameter options
  • Supress curl download/upload progress bar if not executed with -v option in aoc-get and aoc-submit
  • Add creating / activating python venv to the aoc-setup and change shebang to use /usr/bin/env python

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages