View Problem

Output a string to the console

Write the string "Hello World!" to STDOUT
DiskEdit
haskell
main = putStrLn "Hello World!"
ExpandDiskEdit
csharp
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 ...)