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