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
- Host: GitHub
- URL: https://github.com/smortex/adventofcode2022
- Owner: smortex
- Created: 2022-12-07T18:11:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T00:53:08.000Z (over 3 years ago)
- Last Synced: 2024-10-19T22:29:28.627Z (over 1 year ago)
- Language: Puppet
- Size: 39.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```