1
0
www.mikescher.com/www/statics/programs/Ziegenproblem.php

20 lines
575 B
PHP
Raw Normal View History

2017-11-08 17:39:50 +01:00
<?php
return
[
'name' => 'Ziegenproblem',
'category' => 'Mathematics',
'stars' => 0,
'ui_language' => 'German',
'prog_language' => 'Delphi',
'short_description' => 'Simulate the popular Monty Hall problem (ger: Ziegenproblem) with this program fo" +
"r yourself.',
'add_date' => '2008-04-10',
'urls' =>
[
'download' => 'direkt',
],
'long_description' => function(){ return file_get_contents(__DIR__ . '/Ziegenproblem_description.md'); },
2017-11-09 17:43:34 +01:00
'thumbnail_url' => 'Ziegenproblem.png',
2017-11-08 17:39:50 +01:00
];