This commit is contained in:
Lukian LEIZOUR 2022-11-27 16:13:25 +01:00
parent 4b01a10dab
commit 75466659e7
4 changed files with 115 additions and 77 deletions

5
games.js Normal file
View file

@ -0,0 +1,5 @@
function rockPaperScissors() {
// Your code here
}
module.exports = { rockPaperScissors };