Help Pinky and Brain to find out what time it is now with a Go program! Your program takes as an input a date and time string in the format: year/month/dayThour:minute.
After parsing the date and time string, your program should do the following:
If it's not a weekend day and the time is the
Evening(18:00 or later) print the message:"Try to take over the world!".If the time is before the
Eveningprint:"We have to wait for the evening, Pinky!".If it's
SaturdayorSunday, print:"Try asking me on Monday, Pinky".