mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-07-13 08:07:11 +02:00
5 lines
84 B
JavaScript
5 lines
84 B
JavaScript
'use strict';
|
|
|
|
var argv = require('../')(process.argv.slice(2));
|
|
console.log(argv);
|