Login
|
Signup
langref.org
-
haskell
and
csharp
add..
all
clojure
cpp
erlang
fantom
fsharp
go
groovy
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
Strings
Printing
Output a string to the console
Write the string
"Hello World!"
to STDOUT
haskell
main = putStrLn "Hello World!"
main = putStrLn "Hello World!"
csharp
System.Console.WriteLine("Hello World!")
class SolutionXX
{
static void Main()
{
System.Console.WriteLine("Hello World!")
}
}
Submit a new solution for
haskell
or
csharp
There are 23 other solutions in
additional
languages (
clojure
,
cpp
,
erlang
,
fantom
...)