add readme 📝

This commit is contained in:
rainboy 2019-04-26 15:41:52 +08:00
parent 0aec31f8ea
commit 831d2fb729
1 changed files with 15 additions and 0 deletions

15
bindings/NodeJS/readme.md Normal file
View File

@ -0,0 +1,15 @@
## 安装
先安装`judger`,然后
```
npm install
npm run build
npm run test
```
## 已知bug
#### bug_1
`freopen("data.out","w",stdout)`,不能产生"data.out",这个应该是judger代码的锅,:cry: