Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iglosiggio/aoc2023
Advent of Code 2023 repo
https://github.com/iglosiggio/aoc2023
Last synced: 15 days ago
JSON representation
Advent of Code 2023 repo
- Host: GitHub
- URL: https://github.com/iglosiggio/aoc2023
- Owner: iglosiggio
- Created: 2023-12-06T14:06:15.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-12T20:28:57.000Z (11 months ago)
- Last Synced: 2024-10-03T20:21:36.068Z (about 1 month ago)
- Language: DataWeave
- Size: 25.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2023 solutions
This repo has my solutions for https://adventofcode.com/2023. All solutions are written in [DataWeave](https://dataweave.mulesoft.com/): functional language for data transformation. Also, most solutions are written using only the online [playground](https://dataweave.mulesoft.com/learn/playground).## AOC2023 by other DW enthusiasts
- [Alex](https://github.com/alexandramartinez/adventofcode-2023)
- [Ryan Hoegg](https://github.com/rhoegg/adventofcode2023)