增加node_modules

This commit is contained in:
wushenghua
2016-11-29 17:40:27 +08:00
parent 9d9eb91211
commit 350f5f35b2
1499 changed files with 256576 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/env node
var argv = require('optimist').argv;
console.log('(%d,%d)', argv.x, argv.y);