apple2js/js/entry2.js

4 lines
65 B
JavaScript
Raw Normal View History

const Apple2 = require('./main2');
module.exports = { Apple2 };