mirror of
https://github.com/filiprojek/nork.git
synced 2025-02-20 01:22:58 +01:00
4 lines
61 B
TypeScript
4 lines
61 B
TypeScript
export function helloWorld() {
|
|
console.log('hello world')
|
|
}
|