An open API service indexing awesome lists of open source software.

https://github.com/smortex/adventofcode2022

Advent of Code 2022
https://github.com/smortex/adventofcode2022

Last synced: 2 months ago
JSON representation

Advent of Code 2022

Awesome Lists containing this project

README

          

# Advent of Code 2022

Solutions for [Advent of Code 2022](https://adventofcode.com/2022) using the [Puppet](https://puppet.com/docs/puppet/) language.

For convenience, this repository is a [Bolt](https://puppet.com/docs/bolt) project. Run each day plan with:

```sh-session
romain@desktop-fln40kq ~/Projects/adventofcode2022 % bolt plan run adventofcode2022::day1 sample=true
Starting: plan adventofcode2022::day1
24000
45000
Finished: plan adventofcode2022::day1 in 0.01 sec
Plan completed successfully with no result
```