Login
|
Signup
langref.org
-
csharp
and
fantom
add..
all
clojure
cpp
erlang
fsharp
go
groovy
haskell
java
ocaml
perl
php
python
ruby
scala
Home
All
Solved
Unsolved
Strings
Numbers
Regex
Lists
Maps
Structure
Files
Dates
OOP
Networking
XML
Algorithms
Misc
Parallel
View Problem
Maps
Declaration
Define an unmodifiable empty map
fantom
map := [:].ro
class SolutionXX
{
Void main()
{
map := [:].ro
}
}
Submit a new solution for
csharp
or
fantom
There are 20 other solutions in
additional
languages (
clojure
,
cpp
,
erlang
,
fsharp
...)