7 lines
85 B
Go
7 lines
85 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Printf("Hello World from Test!");
|
|
} |