Skip to content

Instantly share code, notes, and snippets.

@bussiere
Created November 26, 2010 22:39
Show Gist options
  • Save bussiere/717296 to your computer and use it in GitHub Desktop.
Save bussiere/717296 to your computer and use it in GitHub Desktop.
schabada in erlang
-module('schabada').
-export([schabada/1,mots/0]).
% le but est de trouver le titre d'une chanson ou une chanson contenant en parole le mot donné.
schabada(let_me_be)->
["Let Me Be With You - Chobits","Let Me Be Your Girl - Sakura Wars"].
mots()->
[let_me_be].
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment