Skip to content

Commit

Permalink
Add some states and sorting of them for #645
Browse files Browse the repository at this point in the history
  • Loading branch information
Olical committed Feb 15, 2025
1 parent 0b8dd18 commit 937a452
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions dev/clojure/src/dev/sandbox.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,16 @@
(comment
(clojure.pprint/pprint stu)
(pr stu))

(def us-states
{"AK" "Alaska"
"AL" "Alabama"
"AR" "Arkansas"
"AZ" "Arizona"
"CA" "California"
"CO" "Colorado"
"CT" "Connecticut"
"DE" "Delaware"
"FL" "Florida"})

(into (sorted-map) us-states)

0 comments on commit 937a452

Please sign in to comment.