package main

import "fmt"

const pi = 3.14

func main() {
    fmt.Println("Hello world!")
    fmt.Println("hi",pi)
    fmt.Println("anup kumar tirkey is a mech engr")
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: