Monty Hall problem: Difference between revisions

Content added Content deleted
Line 674: Line 674:
=={{header|C}}==
=={{header|C}}==


<syntaxhighlight lang="c">//Evidence of the Monty Hall solution of marquinho1986 in C [[github.com/marquinho1986]]
<syntaxhighlight lang="c">//Evidence of the Monty Hall solution of marquinho1986 in C [http://github.com/marquinho1986 github.com/marquinho1986]


#include <stdlib.h>
#include <stdlib.h>