mirror of
https://github.com/ente-io/ente.git
synced 2025-06-25 11:32:00 +00:00
5 lines
86 B
TypeScript
5 lines
86 B
TypeScript
/** Howdy! */
|
|
export const sayNamaste = () => {
|
|
console.log("Namaste, world");
|
|
};
|