You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A time travel setting might pimp that exercise and open room for a bit more complex code. Something along the following lines maybe?
You have the task to go back to a specific point X in time (some time before the Gregorian calendar was introduced, so you get a Julian time (pun intended)) and do Y. You have to figure out the configuration for your time machine, which requires the time period to travel backwards to date time X, and then the time period to return to the present moment after having finished the assignment. The time machine expects periods in GigaSeconds (because, hey, weird technology, weird units).
The exercise Gigasecond is really boring as it is right now, all of the submitted solutions look exactly the same.
It could be made more interesting by requiring the user to create a new
GigaSecond
type that is compatible toDates.Second
,Dates.Year
etc.The text was updated successfully, but these errors were encountered: