package main import "fmt" func Greet() string { return "Astraevum Forge is online" } func main() { fmt.Println(Greet()) }