package main

import "fmt"

func main() {
    fmt.Println("Hi")
    {
        for i:=0 ; i<50; i++{
            fmt.Println(i)
        }
        for j:=0 ; j<200; j++{
            fmt.Println(j)
        }
        for k:=0 ; k<3; k++{
            fmt.Println("Anup Kumar Tirkey is a Mechanical engr")
        }
        for l:= 0 ; l<2;l++{
            fmt.Println("20.02.2026")
        }
    }
}

Embed on website

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