package main

import (
	"fmt"
)

func main() {
	fmt.Println("Hello World!\nI'm feeling optimistic today! 🚀")
}

Hello World