5 lines
71 B
JavaScript
5 lines
71 B
JavaScript
|
#!/usr/bin/env node
|
||
|
|
||
|
const MyVC = require('./myvc');
|
||
|
new MyVC().run();
|