Day of the Week by tabasa

require'date'\x0d
while gets''\x0d
($_.split"\n").each{|w|p Date::new(*w.split.map{|i|i.to_i}).wday}\x0d
end

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

download

return to the top page