andymac-2 / haskell-docs

MIT License
0 stars 3 forks source link

Added Rock Paper Scissor program #4

Closed PascalDR closed 5 years ago

PascalDR commented 5 years ago

With this pull request i want to add a simple Rock Paper Scissor program. When the program is running you simply need to write your choice between rock, paper and scissor. For compile this program you need module System.Random Install it with the command "stack install random" Then run "stack ghc paper-stone-scissor.hs" for compile it

andymac-2 commented 5 years ago

Love it!