Restructuring
This commit is contained in:
18
solutions/ProjectEuler/008/desc.yml
Normal file
18
solutions/ProjectEuler/008/desc.yml
Normal 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
|
Reference in New Issue
Block a user