8 lines
78 B
Go
8 lines
78 B
Go
![]() |
package command
|
||
|
|
||
|
import "fmt"
|
||
|
|
||
|
func demo() {
|
||
|
fmt.Println("hello console!")
|
||
|
}
|