가위바위보를 하고 싶어요.
npm install --save rock-paper-scissors-shj
# 또는
yarn add rock-paper-scissors-shj
const RPS = require('rock-paper-scissors-shj')
const RULES = ['가위', '바위', '보']
const answer = '가위'
const result = RPS.main(answer, RULES)
npm test
fork후 Pull Request를 남겨주세요