Sign in
go
/
scratch
/
ea61d911359f055b4e517a7ade22b1cb10193315
/
.
/
mec07
/
main.go
blob: c04811917f0218be3c10c48c5d26f129a82812f2 [
file
] [
log
] [
blame
]
package main
import "fmt"
func main() {
fmt.Println("hello world")
}