Files

6 lines
55 B
Go
Raw Permalink Normal View History

2024-05-31 12:01:11 +08:00
package main
func main() {
println('.', byte('.'))
}