Deep Thought 的 PHP 实现

dev-master 2019-01-21 16:42 UTC

This package is auto-updated.

Last update: 2024-09-22 05:55:13 UTC


README

Latest Stable Version Total Downloads Monthly Downloads License

42

Deep Thought 的 PHP 实现

示例

$deepThought = new \DeepThought();
$result = $deepThought->compute("tell me the Answer to the Ultimate Question of Life, The Universe, and Everything");

var_dump($result); // 42