blob: 303f1e1c2b8ac9b03bf800d4f36b2d20d7a8c9d9 [file] [log] [blame]
'use strict';
const path = require('path');
exports.main = function() {
return { msg: path.join("CORRECT", "RESULT") };
}