Skip to content

viacommits/advent-of-code-2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2019

Build Status GitHub Workflow

You can steal my work, use the puzzlehandler package in your own code! Add this line to your Cargo.toml:

puzzlehandler = { git = "https://github.com/zeiv/advent-of-code-2019" }

To add a new package for a new day, simply use cargo new, since Git is already initialized at the root it will not re-init:

cargo new day7

Then, add "day7" to the members list in the root-level Cargo.toml:

members = [
  "...",
  "day7"
]

License

Copyright Xavier Bick 2019. Licensed under the WTFPL, please see the LICENSE file.

About

Advent of Code 2019 Solutions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages