Skip to content

Instantly share code, notes, and snippets.

@lnds
Created January 12, 2016 02:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lnds/5174b8b444cdf1a40683 to your computer and use it in GitHub Desktop.
Save lnds/5174b8b444cdf1a40683 to your computer and use it in GitHub Desktop.
gano?
(defn gano? [num sec tam]
(let [f (famas num sec) t (- (toques num sec) f)]
(println "tu ingresaste" num)
(println "resultado:" t "Toques, " f "Famas\n")
(= tam f)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment