Monty Hall problem: Difference between revisions

Line 674:
=={{header|C}}==
 
<syntaxhighlight lang="c">//Evidence of the Monty Hall solution of marquinho1986 in C [http://github.com/marquinho1986 github.com/marquinho1986]
 
#include <stdlib.h>
7

edits