Untitled

mail@pastecode.io avatarunknown
plain_text
a month ago
61 B
0
Indexable
Never
```go
package main
func main() {
println("hello world")
}
```