Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattmight/advent-of-code-2022
https://github.com/mattmight/advent-of-code-2022
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattmight/advent-of-code-2022
- Owner: mattmight
- Created: 2022-12-01T17:48:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-29T14:06:59.000Z (about 2 years ago)
- Last Synced: 2024-08-02T16:54:17.234Z (5 months ago)
- Language: Lua
- Size: 152 KB
- Stars: 49
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- my-awesome-github-stars - mattmight/advent-of-code-2022 - (Lua)
README
# Matt Might's Advent of Code 2022 Challenge
This repo documents my (ultimately successful) attempt to complete each day for [Advent of Code 2022](https://adventofcode.com/2022/events) using a different programming languages.
Here's a rundown of the languages by day:
```
Day 01: Awk
Day 02: LaTeX
Day 03: C
Day 04: Java
Day 05: MATLABDay 06: C#
Day 07: Ruby
Day 08: Julia
Day 09: Bash
Day 10: vimscriptDay 11: C++
Day 12: R
Day 13: JavaScript
Day 14: Erlang
Day 15: GoDay 16: Python
Day 17: Standard ML
Day 18: PHP
Day 19: Common Lisp
Day 20: TypeScriptDay 21: sed & bc
Day 22: Lua
Day 23: Haskell
Day 24: Scala
Day 25: Racket
```