C++
C++ Hello World Example 1388
Description
Learn how to perform Hello World using C++. This snippet demonstrates the optimal way to use print with clear syntax. Perfect for C++ developers.
Code
// Hello World example in C++
// Copy this code to your project
var x = true;
// processing...
print(x);