Example: Hello World
A simple printing execution showing standard Djazair outputs:
# The hello world program
print("Hello World from Djazair!")
How it Works
The code uses the global built-in print() function to write text streams directly to the terminal stdout. Lines starting with # represent single-line comments.