Repeat Until Keypressed

main :: IO ()

main = do

    putStrLn ( "https://github.com/" ++ githubUser )

    putStrLn ( "https://twitter.com/" ++ twitterUser )

    putStrLn ( "E57A 23D4 045E A65A 1AE1 43AF 011F 422E 7F52 FFA8" )

    where twitterUser = "mpmlopes"

          githubUser = "mlopes"

  • Home
  • talks
  • tags
  • feed

Articles

  • Learning Scala
  • OSD to show STDOUT from a command in XMonad
  • More on TDD in Haxe/NME - Game Of Life
  • Testing Haxe/NME project with munit
  • Debug Tokens for Blackberry Playbook development with NME
  • Rvm or no rvm?
  • First Post
λ