k12ish / AdventOfCode

Solutions to Advent of Code written in a mix of Rust, Python, Julia and Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent Of Code

pre-commit code style: prettier Code style: black Imports: isort

Development

  1. Install pre-commit for linting on commits
  2. Use the bundled .gitconfig to hide text files from diffs
$ git config --local include.path ../.gitconfig
$ pre-commit install

About

Solutions to Advent of Code written in a mix of Rust, Python, Julia and Golang


Languages

Language:Python 32.4%Language:Rust 26.2%Language:Julia 21.0%Language:TypeScript 10.3%Language:Go 9.4%Language:Shell 0.8%