odin/games.js
2022-11-27 16:13:25 +01:00

5 lines
No EOL
93 B
JavaScript

function rockPaperScissors() {
// Your code here
}
module.exports = { rockPaperScissors };