mirror of
https://github.com/filiprojek/nork.git
synced 2025-02-20 01:22:58 +01:00
8 lines
197 B
JavaScript
8 lines
197 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.helloWorld = void 0;
|
|
function helloWorld() {
|
|
console.log('hello world');
|
|
}
|
|
exports.helloWorld = helloWorld;
|