Skip to content

Instantly share code, notes, and snippets.

@bussiere
Created November 26, 2010 22:20
Show Gist options
  • Save bussiere/717281 to your computer and use it in GitHub Desktop.
Save bussiere/717281 to your computer and use it in GitHub Desktop.
Schmilblick in erlang
-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