Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexagon6/adventofcode2023
Advent of code 2023 (possibly some solutions if I can solve it)
https://github.com/hexagon6/adventofcode2023
Last synced: about 1 month ago
JSON representation
Advent of code 2023 (possibly some solutions if I can solve it)
- Host: GitHub
- URL: https://github.com/hexagon6/adventofcode2023
- Owner: hexagon6
- Created: 2023-12-03T16:18:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-04T21:14:38.000Z (about 1 year ago)
- Last Synced: 2024-05-20T00:14:38.700Z (8 months ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of code 2023
> Implementations for [Advent of code 2023](https://adventofcode.com/2023)
Each folder (named by number of day in december) contains a possible implementation of the puzzle. (input files are not committed as an excercise for the reader)
I intend to use multiple languages, but probably will use not more than 5 or so :-)
# Day 1
## Javascript / ava testing -> (`**`)
### platform:
- node.js (v21.1.0)### style:
- functionalite### libraries:
- [ava](https://github.com/avajs/ava) `Node.js test runner that lets you develop with confidence 🚀`
- [ramda](https://ramdajs.com/) `A practical functional library for JavaScript programmers.`### fun:
- related: [regex not overlapping LOL](https://www.reddit.com/r/adventofcode/comments/188wjj8/2023_day_1_did_not_see_this_coming/)# Day 2
## rust / cargo test -> (`**`)
### platform:
- rustc 1.73.0 (cc66ad468 2023-10-03)### style:
- rusty? (mix of book of rust tutorial code and stackoverflow)### libraries:
- std