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
Writing
Write a string to a file
fantom
File(`out.txt`).out.writeChars("some text").flush
class SolutionXX
{
Void main()
{
File(`out.txt`).out.writeChars("some text").flush
}
}
Submit a new solution for
fantom
There are 18 other solutions in
additional
languages (
clojure
,
cpp
,
csharp
,
erlang
...)