Skip to content

Commit

Permalink
revert meetup update
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaferranti committed May 4, 2024
1 parent 6a933e0 commit bb64660
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions exercises/practice/meetup/.meta/reference.chpl
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module Meetup {
use Time;
const day2num = ["Monday" => 1,
"Tuesday" => 2,
"Wednesday" => 3,
"Thursday" => 4,
"Friday" => 5,
"Saturday" => 6,
"Sunday" => 7];
const day2num = ["Monday" => 0,
"Tuesday" => 1,
"Wednesday" => 2,
"Thursday" => 3,
"Friday" => 4,
"Saturday" => 5,
"Sunday" => 6];
const ord2day = ["teenth" => 13,
"first" => 1,
"second" => 8,
Expand Down

0 comments on commit bb64660

Please sign in to comment.