Leetcode challenges and similar exercises solved in Ada

scuti 83cfc3d2bb added solution with basic_elementary_functions il y a 1 an
src 83cfc3d2bb added solution with basic_elementary_functions il y a 1 an
.gitignore b8eff920e1 Added pdf documents to ignore list il y a 6 ans
README.md 5eb68d8cd8 organize (#5) il y a 3 ans

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

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