UNPKG

brain-games-irastypain

Version:

This package is implementation of first project at Hexlet

8 lines (5 loc) 169 B
#!/usr/bin/env node import { askUserName, greeting, welcome } from '..'; console.log(`${welcome}\n`); const userName = askUserName(); console.log(greeting(userName));