Skip to content

Apsurt/aocenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aocenv

A CLI and library for Advent of Code environments.

Installation

# Coming soon!
# pip install aocenv

Usage

CLI

aoc hello

Library

from aoc import example_function

print(example_function())