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,18 @@
title: Discover the largest product of five consecutive digits in the 1000-digit number.
url: http://projecteuler.net/problem=8
desc: |
Find the greatest product of five consecutive digits in the 1000-digit number.
solution: |
Bruteforce (Unless someone found a smarter way)
solutions:
solve.php:
desc: Expects the haystack as stdin with optional newlines
language: php
parameters: < ProjectEuler\008\input
solve.rb:
desc: Expects the haystack as stdin with optional newlines
language: ruby
parameters: < ProjectEuler\008\input