https://github.com/mna/advent03
Advent of code 2019 day 3
https://github.com/mna/advent03
Last synced: 6 months ago
JSON representation
Advent of code 2019 day 3
- Host: GitHub
- URL: https://github.com/mna/advent03
- Owner: mna
- Created: 2019-12-03T21:48:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-03T21:49:15.000Z (over 6 years ago)
- Last Synced: 2025-06-19T22:06:02.361Z (about 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- 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 [odin][]
programming language. This is a new-ish, 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 odin and run:
```
$ odin run main.odin
```
[advent]: https://adventofcode.com/2019
[odin]: https://github.com/odin-lang/Odin