Solved ProjectEuler/039,041,042

This commit is contained in:
FuryFire
2012-12-17 12:17:09 +01:00
parent cb4a6a8081
commit 604de1528d
9 changed files with 145 additions and 1 deletions

View File

@ -13,4 +13,7 @@ solutions:
language: ruby
solve.c:
desc: ANSI C solution (Tested with TCC)
language: c
language: c
solve.js:
desc: NodeJS solution
language: js