Created
November 26, 2010 22:20
-
-
Save bussiere/717281 to your computer and use it in GitHub Desktop.
Schmilblick in erlang
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-module('schmilblick'). | |
-export([schmilblick/0]). | |
% Les regles : | |
% Le public doit deviner le scmilblick en ne posant que des questions fermés (qui ne se repondent que par oui | |
% ou par non). | |
schmilblick()-> | |
["Shinji"]. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment