/aoc_2019_ada

2019 Advent of Code in Ada

Primary LanguageAdaMIT LicenseMIT

2019 Advent of Code

Advent of Code (AOC) 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