Implicit return

func nextTotalSolarEclipse() -> String {
  "April 8th, 2024 🌎"
}
print(nextTotalSolarEclipse())
// print: April 8th, 2024 🌎
Comments