https://github.com/open-node/guess-num
https://github.com/open-node/guess-num
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/open-node/guess-num
- Owner: open-node
- Created: 2016-08-21T22:33:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-22T00:38:13.000Z (over 9 years ago)
- Last Synced: 2025-02-26T15:42:29.693Z (11 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 git@github.com:open-node/guess-num.git
cd guess-num
vim todo.js
```
## Test
```
npm test
```