Given an empty pets map, add the mapping from
"rob" to
"dog"
fantom map["rob"] = "dog"
class SolutionXX
{
Void main()
{
map["rob"] = "dog"
}
}
Submit a new solution for
fantom
There are 21 other solutions in
additional languages (
clojure,
cpp,
erlang,
fsharp ...)