Created
November 26, 2010 22:39
-
-
Save bussiere/717296 to your computer and use it in GitHub Desktop.
schabada 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('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