<?php

return 
[
	'number'      => 59,
	'title'       => 'XOR decryption',
	'description' => function(){ return file_get_contents(__DIR__ . '/Euler_Problem-059_description.md'); },
	'code'        => function(){ return file_get_contents(__DIR__ . '/Euler_Problem-059.b93');        },
	'explanation' => function(){ return file_get_contents(__DIR__ . '/Euler_Problem-059_explanation.md'); },
	'url_euler'   => 'http://projecteuler.net/problem=059',
	'url_raw'     => 'https://raw.githubusercontent.com/Mikescher/Project-Euler_Befunge/master/processed/Euler_Problem-059.b93',
	'url_github'  => 'https://github.com/Mikescher/Project-Euler_Befunge',
	'abbreviated' => true,
	'steps'       => 37085853,
	'time'        => 6302,
	'width'       => 273,
	'height'      => 128,
	'value'       => 107359,
];