1
0
Fork
You've already forked 00-adaprogramming
0
No description
  • Ada 100%
Find a file
2023年02月05日 13:38:28 -08:00
src completed challenge #4 2023年02月05日 13:38:28 -08:00
.gitignore Added pdf documents to ignore list 2018年09月11日 01:04:38 -07:00
README.md organize ( #5 ) 2021年10月12日 18:25:26 -07:00

00-adaprogramming

A collection of toy programs written in Ada. Also includes my solutions to online challenges.

Building

Clone this repository. The following command will build all programs.

mkdir build
cd ./build
gnat make ../src/*.adb

For example, to only build programs written for leetcode challenges:

gnat make ../src/leet*.adb
  • Compiled with GNAT 10.2.1

https://git.teknik.io/scuti/00-adaprogramming