Day of the Week by matyr (date)

using System.Console;for(;;)WriteLine(System.DateTime.ParseExact(ReadLine(),"yyyy M d",null).DayOfWeek:>int)

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page