Skip to content

Instantly share code, notes, and snippets.

@tatat
Created October 17, 2012 01:25
Show Gist options
  • Save tatat/3903219 to your computer and use it in GitHub Desktop.
Save tatat/3903219 to your computer and use it in GitHub Desktop.
会話できる人工知能のプログラム (PHP)
<?php
while (strlen(fgets(STDIN)) > 1)
echo array_rand(array('マジで' => 0, 'ヤバい' => 0, 'ウケルー' => 0)), "\n";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment