tim/api/src/services/rootService.ts

4 lines
64 B
TypeScript
Raw Normal View History

2023-12-31 00:21:26 +01:00
export const helloWorld = () => {
console.log('hello world')
}