Files
moxa/_test/assign8.go
2019-07-24 11:20:04 -07:00

10 lines
66 B
Go

package main
func main() {
_ = 1
println(1)
}
// Output:
// 1