Skip to content

Commit 522a960

Browse files
feat: solved 1st stage of the Hyperskill project "Hangman"
1 parent d9441d1 commit 522a960

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

hyperskill/09_hangman/01/.gitkeep

Whitespace-only changes.

hyperskill/09_hangman/01/main.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
const input = require('sync-input')
2+
3+
const title = `H A N G M A N
4+
The game will be available soon.`
5+
6+
console.log(title)

0 commit comments

Comments
 (0)