Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```