AspectC++ is a programming language created in 2001.
#include <iostream> int main() { std::cout << "Hello, world!" << std::endl; return 0; }