Hello World
Knowing how to write hello-world program in multiple languages is crucial to be qualified as a hello-world programmer, so here is my collection.
§C
1 |
|
§Java
1 | public class main { |
§Haskell
1 | main = |
§CoffeeScript
1 | console.log "Hello world." |