code-example
Version:
Language code example.
9 lines (8 loc) • 415 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var code = "From timothygu99@gmail.com Sun Apr 17 01:40:43 2016\nFrom: Timothy Gu <timothygu99@gmail.com>\nDate: Sat, 16 Apr 2016 18:40:43 -0700\nSubject: mbox mode\nMessage-ID: <Z8d+bTT50U/az94FZnyPkDjZmW0=@gmail.com>\n\nmbox mode is working!\n\nTimothy\n\n";
var _default = code;
exports.default = _default;
;