You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 months ago | |
---|---|---|
src | 7 months ago | |
.gitignore | ||
README.md | 7 months ago |
README.md
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