Back to home
Thoughts

Hello World

5 min read
Hello World
My first article on The Thought Process

Hello World

This is the first post. Let's test some Math.

E=mc2E = mc^2

And some code:

function hello(name: string): string {
  return `Hello ${name}`;
}
#intro#math
Hello World | The Thought Process