Simon Priet 9e2991e668 init
2021-09-05 22:53:58 +02:00

9 lines
171 B
JavaScript

console.log('bar line 1');
'use strict';
// this is a meaningless comment to add some lines
module.exports = function bar() {
console.log('hello from bar line 7');
};