package main func main() { print("First") print(" ") print("Second") print("\n") }