Write the string
"Hello World!" to STDOUT
fantom echo("Hello World!")
class SolutionXX
{
Void main()
{
echo("Hello World!")
}
}
Submit a new solution for
fantom
There are 24 other solutions in
additional languages (
clojure,
cpp,
csharp,
erlang ...)