https://github.com/mna/advent02
Advent of code 2019 day 2
https://github.com/mna/advent02
Last synced: 7 months ago
JSON representation
Advent of code 2019 day 2
- Host: GitHub
- URL: https://github.com/mna/advent02
- Owner: mna
- Created: 2019-12-02T17:31:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T19:58:09.000Z (over 6 years ago)
- Last Synced: 2025-01-23T10:28:41.872Z (over 1 year ago)
- Language: mupad
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of code 2019
This is my code for the [Advent of Code 2019][advent] puzzles, done in the [muon][]
programming language. This is a very new, incomplete and in-development programming
language that I just started using for fun, so the solutions might be less elegant
than they could/should be!
To build, install muon and run:
```
# $MUON_LIB should point to the muon/lib directory from the muon repo
$ mu ${MUON_LIB}/*.mu --args main.args
```
[advent]: https://adventofcode.com/2019
[muon]: https://github.com/nickmqb/muon