Sign in
go
/
scratch
/
dfb2c5d31ebfe602e8481ede3ad390b02c4b4892
/
.
/
dechensherpa
/
main.go
blob: b1b14d0c797c1bd1f0d324b743d6c19635c2f713 [
file
] [
log
] [
blame
]
package main
import "fmt"
func main() {
fmt.Println("Hello World!")
}