var {0} = function() {{

    {2}

}};

if (typeof process !== 'undefined' && typeof process.argv !== 'undefined') {{
    if (process.argv.length - 2 == {3}) {{
        var argv = process.argv.slice(2);
        var prediction = new {0}().{1}(argv);
        console.log(prediction);
    }}
}}