wide/data/user_workspaces/admin/src/mytest/hello/main.go

10 lines
78 B
Go
Raw Normal View History

2014-09-17 12:27:45 +04:00
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, <20><><EFBFBD><EFBFBD>")1
}