D

D is a computer programming language that is a higher level language than C++ that started development in December 1999. D has many similarities to C and C++ and is well suited for creating medium to large scale million line programs.

import std.stdio;
int main()
{
writefln("Hello world");
return 0;
}

Also see: D, Programming definitions, Programming languages