First contact
Hello,
World.
Every great thing starts with two words. This is where it begins — a single page, a single message, and the quiet confidence that something remarkable follows.
1page
2words
∞possibilities
hello.ts
1 const message = "Hello, World.";
2
3 console.log(message);
4
$ Hello, World.