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