https://github.com/chalcolith/advent_of_code_2019
Advent of Code 2019
https://github.com/chalcolith/advent_of_code_2019
Last synced: 6 months ago
JSON representation
Advent of Code 2019
- Host: GitHub
- URL: https://github.com/chalcolith/advent_of_code_2019
- Owner: chalcolith
- License: mit
- Created: 2019-12-02T04:50:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-07T00:47:21.000Z (over 6 years ago)
- Last Synced: 2025-01-28T14:48:16.785Z (over 1 year ago)
- Language: Pony
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2019
To build and run the program, do:
```
mkdir build
cd build
ponyc ../aoc_2019
./aoc_2019
```