commit
This commit is contained in:
parent
4b01a10dab
commit
75466659e7
4 changed files with 115 additions and 77 deletions
5
games.js
Normal file
5
games.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
function rockPaperScissors() {
|
||||
// Your code here
|
||||
}
|
||||
|
||||
module.exports = { rockPaperScissors };
|
Loading…
Add table
Add a link
Reference in a new issue