welcome.ts — Cursor Cafe
Explorer
src
welcome.ts
index.ts
package.json
README.md
welcome.ts
1
2
3
4
5
6
7
// Welcome to the stream!
const
message
=
"
Hello from Cursor Cafe!
"
export
function
greet
()
{
console
.
log
(
message
)
;
}
☕ Cursor Cafe
main
TypeScript
Ln 2, Col 45
UTF-8