package main import ( "fmt" ) func main() { fmt.Println("Hello") }
Last updated 5 years ago
Was this helpful?