Boto/node/test.js

5 lines
99 B
JavaScript
Raw Permalink Normal View History

2022-02-14 22:06:02 +00:00
// JavaScript Document
function test(){
console.log('Testing 1 2 3');
}
module.exports = { test };