Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marty777/adventofcode2023
Advent of Code 2023 in Raku
https://github.com/marty777/adventofcode2023
advent-of-code advent-of-code-2023 adventofcode raku
Last synced: 2 days ago
JSON representation
Advent of Code 2023 in Raku
- Host: GitHub
- URL: https://github.com/marty777/adventofcode2023
- Owner: marty777
- License: mit
- Created: 2023-12-01T04:23:41.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-18T07:14:44.000Z (11 months ago)
- Last Synced: 2023-12-19T08:41:10.819Z (11 months ago)
- Topics: advent-of-code, advent-of-code-2023, adventofcode, raku
- Language: Raku
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# adventofcode2023
[Advent of Code 2023](https://adventofcode.com/2023) in Raku (except for Day 24 part 2)## Usage
adventofcode2023.raku
the puzzle day to run
the input file to run## Example
$ rakudo adventofcode2023.raku 1 data/day1/input.txt
## Day 24 part 2
The solution for day 24 part 2 is implemented in Go because I'm more comfortable with the linear algebra library.
$ cd Day24/
$ go run day24.go input.txtor
$ cd Day24/
$ go build
$ ./day24 input.txtThanks to **Eric Wastl** for putting together a challenging month of puzzles!
![alt text](https://github.com/marty777/adventofcode2023/blob/main/complete.png "All done")