Leetcode challenges and similar exercises solved in Ada
scuti 83cfc3d2bb added solution with basic_elementary_functions | 1 tahun lalu | |
---|---|---|
src | 1 tahun lalu | |
.gitignore | 6 tahun lalu | |
README.md | 3 tahun lalu |
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