https://github.com/open-node/guess-num
https://github.com/open-node/guess-num
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/open-node/guess-num
- Owner: open-node
- Created: 2016-08-21T22:33:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-22T00:38:13.000Z (almost 9 years ago)
- Last Synced: 2025-02-26T15:42:29.693Z (4 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 猜数字
## Quick start
```bash
git clone [email protected]:open-node/guess-num.gitcd guess-num
vim todo.js
```## Test
```
npm test
```