deno-pipelines/message.ts
2024-09-20 00:44:35 +02:00

4 lines
64 B
TypeScript

export function message(): string {
return "hello world";
}