Skip to main content
Back to posts

Hello World — My First Post

1 min read
personalweb
Baca dalam Bahasa Indonesia

Introduction

Welcome to my new blog! This is a test post to verify the content pipeline works.

Code Example

function greet(name: string): string {
  return `Hello, ${name}!`;
}

What's Next

Stay tuned for more posts about web development, projects, and more.

Share:

You might also like