8 lines
78 B
Go
Raw Permalink Normal View History

package command
import "fmt"
func demo() {
fmt.Println("hello console!")
}