FizzBuzz in Ada
  • Ada 98.4%
  • Just 1.6%
Find a file
2026-04-30 20:45:40 +02:00
hello Remove dead code 2026-04-30 20:45:40 +02:00
tests Initial commit 2026-04-30 20:39:44 +02:00
.gitignore Initial commit 2026-04-30 20:39:44 +02:00
justfile Initial commit 2026-04-30 20:39:44 +02:00
README.md Add README.md 2026-04-30 18:42:25 +00:00
tests.gpr Initial commit 2026-04-30 20:39:44 +02:00

Fizz Buzz in Ada

Steps:

  • Install GNAT
  • Install gprbuild
  • Install Aunit
  • Install Just

Run tests with

just test