2022-01-03 19:51:22 +01:00

7 lines
82 B
JavaScript

function test() {
print('test passed!')
}
module.exports = {
test: test
}