metanextbit

Hello World

1 min read

Introduction

This is the first post. Here's some code:

const greet = (name: string) => `Hello, ${name}`

More content here.