doodler/mod.ts
2023-02-07 07:18:09 -07:00

3 lines
60 B
TypeScript

export const hello = () => {
console.log('HELLO WORLD');
}