Leetcode challenges and similar exercises solved in Ada
scuti 6f9559e703 completed challenge #4 | hai 1 ano | |
---|---|---|
src | hai 1 ano | |
.gitignore | %!s(int64=6) %!d(string=hai) anos | |
README.md | %!s(int64=3) %!d(string=hai) anos |
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