Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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