Files
llgo/cl/_testgo/print/in.go
2024-05-31 12:01:11 +08:00

6 lines
55 B
Go

package main
func main() {
println('.', byte('.'))
}