A number of project euler solutions written in Ada, with an eye towards good software design
Go to file
R. Tyler Croy 8c101ed8f6 Add solution for problem ten 2011-03-14 20:44:51 -07:00
.gitignore Initial commit 2011-03-13 13:54:58 -07:00
README.markdown Initial commit 2011-03-13 13:54:58 -07:00
build.sh Add a simple build script to make sure all .adb files are built 2011-03-13 14:45:09 -07:00
eight.adb Add solution for problem eight 2011-03-13 23:22:20 -07:00
five.adb Add solution for problem five 2011-03-13 20:25:04 -07:00
four.adb Simply the solution for four with the reverse keyword 2011-03-13 20:04:54 -07:00
nine.adb Add solution to problem nine with python prototype 2011-03-14 20:30:13 -07:00
nine.py Add solution to problem nine with python prototype 2011-03-14 20:30:13 -07:00
one.adb Fix up the comments in one.adb and add the problem spec 2011-03-13 14:43:06 -07:00
seven.adb Add solution to problem seven 2011-03-13 21:18:41 -07:00
six.adb Add solution to problem six 2011-03-13 20:51:27 -07:00
ten.adb Add solution for problem ten 2011-03-14 20:44:51 -07:00
three.adb Add solution to problem three 2011-03-13 18:45:59 -07:00
two.adb Add solution to problem two 2011-03-13 14:45:06 -07:00

README.markdown