abh - HTMLify profile

abh's Profile Picture

abh

501 Files

101956 Views

Latest files of /abh/learning/go

snake-game/ abh/learning/go/snake-game/
3 Items
  • go.sum
  • go.mod
  • Snake Game in Go lang
  • Hello World in Golang abh/learning/go/hw.go
    180 Views
    1 Comments
    // hellow world
    package main

    import ("fmt")

    func main() {
    fmt.Println("woring ?")
    }