package main

import "fmt"

func main() {
    fmt.Println("Save the world with Go!!!")
}