Files
llgo/cl/_testgo/print/in.go
2025-04-03 16:26:11 +08:00

6 lines
55 B
Go

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