Files

10 lines
76 B
Markdown

```go
package main
import "fmt"
func main() {
fmt.Println("hello")
}
```