# First Entry in mirror.xyz

By [songlim.eth](https://paragraph.com/@songlim) · 2022-05-08

---

Hi Friends
----------

> 🧚🏻‍♀️💕

This is the first time I am writing in mirror.xyz.

What should I write in the first article?

Let’s start with a simple code snippet, here’s how you do a _“Hello Word”_ in golang:

    package main
    
    import "fmt"
    
    func main() {
        fmt.Println("hello world")
    }

---

*Originally published on [songlim.eth](https://paragraph.com/@songlim/first-entry-in-mirror-xyz)*
