Restructuring

This commit is contained in:
2024-07-01 13:49:44 +00:00
parent f11b705ef0
commit 8d60e1b905
194 changed files with 1296 additions and 112 deletions

View File

@ -0,0 +1,19 @@
title: Find the first ten digits of the sum of one-hundred 50-digit numbers.
url: http://projecteuler.net/problem=13
desc: |
Work out the first ten digits of the sum of the following one-hundred 50-digit numbers.
(See file input)
solution: |
Use a full precission math lib
solutions:
solve.php:
desc: Expects input on STDIN
language: php
parameters: < ProjectEuler\013\input
solve.rb:
desc: Expects input on STDIN
language: ruby
parameters: < ProjectEuler\013\input