Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)