Hello world!

Hello World!

Printing hello world is a time honored tradition of developer.  Allegedly, the tradition was introduced in 1978 as an example in the book The C Programming Language, by Dennis Ritchie and Brian Kernighan. Here is hello world in a few different languages.

C

 

JavaScript

Note: If you are using node, you can run your hellWorld.js script from the command line like so:

PHP

Python

Java

c++

NASM (Assembly)