Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwarwick/aoc_2020
Advent of Code 2020
https://github.com/jwarwick/aoc_2020
ada advent-of-code aoc aoc2020
Last synced: 9 days ago
JSON representation
Advent of Code 2020
- Host: GitHub
- URL: https://github.com/jwarwick/aoc_2020
- Owner: jwarwick
- License: mit
- Created: 2020-11-26T19:45:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-01T03:52:36.000Z (about 4 years ago)
- Last Synced: 2024-11-08T04:41:32.397Z (2 months ago)
- Topics: ada, advent-of-code, aoc, aoc2020
- Language: Ada
- Homepage:
- Size: 273 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 2020 Advent of Code
[Advent of Code (AOC)](http://adventofcode.com/2020) exercises in Ada
## How to Install Ada
Not available in Homebrew, download this package: (https://www.adacore.com/download)Relies on the `aunit` package for testing.
## How to Build
```
% cd day01
% gprbuild
% ./bin/day
% ./bin/test_day
```## Useful Ada links
https://learn.adacore.com/courses/intro-to-ada/index.html