Skip to content

Instantly share code, notes, and snippets.

View shengsheng's full-sized avatar

Arthur shengsheng

View GitHub Profile
@shengsheng
shengsheng / php_joke.php
Last active September 14, 2015 14:24
A million monkeys write Perl and Java.
<?php
/**
* 如果有一百万只猴子,每只给一个键盘,总有一天其中一只能敲出一份完整的可运行的 Java 代码。
*
* 剩下的敲的都是 Perl 代码。
*
* @author 胡生生BSA
* @date: 2015-9-14
*/