NeuroCorgi / aoc.el

Convenience functions to submit solutions for advent of code puzzles from emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aoc.el

Convenience functions to submit solutions for advent of code puzzles from emacs

Installation

The package is not listed anywhere, so can be installed with straight or other manually.

(use-package aoc.el
  :straight (:host github :repo "NeuroCorgi/aoc.el"))

About

Convenience functions to submit solutions for advent of code puzzles from emacs

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%