Skip to content

caseneuve/aoc2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022 in Clojure via babashka

img/stars.svg

Overview

$ bb tasks
The following tasks are available:

template   create template for solution [day and year default to current]
fetch      get input for given day [requires session token stored in `.token` file ; args default to today]
boot       fetch input data and create template for given date
solve      run solution for given day [day defaults to today]

Setup

To fetch input via bb fetch (or bb boot), get the AOC session cookie and put it into .token. Basic solution skeleton will be created with bb boot, to change it, modify .template.txt.

Shout outs!

About

Advent of Code 2022 with Clojure via babashka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published