> ## Content Index
> Fetch the complete content index at: https://www.kayondata.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Hello World!
- URL: https://www.kayondata.com/hello-world/
- Published: 2020-03-05T23:00:00.000Z
- Updated: 2026-06-16T22:07:38.000Z
- Author: Kay Sauter

This is my first post, testing syntax highlighting here:

```powershell
write-output "Hello World"

```

```t-sql
SELECT * FROM TABLE WHERE A = B

```

```python
print("Hello World!")

```