Committing progres

This commit is contained in:
2022-01-06 09:22:49 -08:00
parent f339ce0713
commit 4ad29e981e
15 changed files with 74 additions and 320 deletions

Binary file not shown.

View File

@@ -1,5 +1,5 @@
const GAME_STRINGS = {
'HELLO': 'Hello World!\nHow are you today?'
'HELLO': 'Hello World!\nHow are you today?\nThank god!'
};
module.exports = { GAME_STRINGS };