local cal = require "cal" local main = function (argv) local ok = cal.output (cal.parse_stdin ()) return ok and 0 or -1 end os.exit (main ())