blob: 9695af9e6bc1a49e96a6d6aed609f609e4b9f30d [file] [log] [blame]
package main
import "fmt"
func main() {
fmt.Println("Hello, Pythonistas!")
}