"use strict"; exports.__esModule = true; exports.pwd = void 0; function pwd(curdirx) { var buf = ""; var curdirasstring = curdirx.join("/"); buf += "Current directory: " + curdirasstring + "\n"; return buf; } exports.pwd = pwd; //# sourceMappingURL=pwd.js.map