Login
|
Signup
langref.org
-
fantom
add..
all
clojure
cpp
csharp
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
Files
Reading
Read the contents of a file into a string
fantom
contents := File(`file.text`).readAllStr
class SolutionXX
{
Void main()
{
contents := File(`file.text`).readAllStr
}
}
Submit a new solution for
fantom
There are 22 other solutions in
additional
languages (
clojure
,
cpp
,
csharp
,
erlang
...)