---
title: Hello World
publishedAt: 2024-05-29
summary: A new hello world
---

# Hello World
```ts
console.log('Hello World')
```