Leetcode challenges and similar exercises solved in Ada
|
před 2 roky | |
---|---|---|
src | před 2 roky | |
.gitignore | před 6 roky | |
README.md | před 3 roky |
A collection of toy programs written in Ada. Also includes my solutions to online challenges.
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