24, 'title' => 'Lexicographic permutations', 'description' => function(){ return file_get_contents(__DIR__ . '/Euler_Problem-024_description.md'); }, 'code' => function(){ return file_get_contents(__DIR__ . '/Euler_Problem-024.b93'); }, 'explanation' => function(){ return file_get_contents(__DIR__ . '/Euler_Problem-024_explanation.md'); }, 'url_euler' => 'http://projecteuler.net/problem=024', 'url_raw' => 'https://raw.githubusercontent.com/Mikescher/Project-Euler_Befunge/master/processed/Euler_Problem-024.b93', 'url_github' => 'https://github.com/Mikescher/Project-Euler_Befunge', 'abbreviated' => false, 'steps' => 3499, 'time' => 31, 'width' => 61, 'height' => 8, 'value' => 2783915460, ];