demo artice

we will explain details of golang language and some

demo

admin

de

package main

import "fmt"

func main() {
    fmt.Println("welcome")
}

def demo(a, b):
    return a, b