1 line
53 B
Racket
1 line
53 B
Racket
(make-hash (map cons '("a" "b" "c" "d") '(1 2 3 4)))
|
(make-hash (map cons '("a" "b" "c" "d") '(1 2 3 4)))
|