Cover photo

First Entry in mirror.xyz

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")
}