1
0
forked from fr/deguapp
deguapp/api/src/services/rootService.ts
2024-04-29 20:32:49 +02:00

4 lines
64 B
TypeScript

export const helloWorld = () => {
console.log('hello world')
}