TurboCoder++

v3.0
#include <iostream> int main() { std::cout << "Hello, TurboCoder++!" << std::endl; return 0; }

Output