Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwarwick/aoc_2019_ada
2019 Advent of Code in Ada
https://github.com/jwarwick/aoc_2019_ada
ada advent-of-code advent-of-code-2019 aoc aoc2019
Last synced: 9 days ago
JSON representation
2019 Advent of Code in Ada
- Host: GitHub
- URL: https://github.com/jwarwick/aoc_2019_ada
- Owner: jwarwick
- License: mit
- Created: 2020-06-19T17:05:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-26T18:04:12.000Z (about 4 years ago)
- Last Synced: 2024-11-08T04:41:32.374Z (2 months ago)
- Topics: ada, advent-of-code, advent-of-code-2019, aoc, aoc2019
- Language: Ada
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 2019 Advent of Code
[Advent of Code (AOC)](http://adventofcode.com/2019) exercises in Ada
## How to Install Ada
Not available in Homebrew, download this package: (https://www.adacore.com/download)## How to Build
```
% cd day01
% gprbuild -P day1
% ./obj/day1
```## How to Test
```
% cd day01
% gprbuild -P harness
% ./obj/test_day1
```