blob: 91e7378c449c12c33197c1ab8169e0650c27d7aa [file] [log] [blame]
package main
import "fmt"
func main() {
fmt.Println("Hello World")
}