Online Compiler Nasm

# Write your code here print("Hello cccworld!")
The code prints the text "Hello cccworld!" to the screen. It uses the built-in `print()` function, which outputs whatever is inside the parentheses.

- The code does not have any errors, but if you intended to print "Hello world!" instead, check the spelling inside the quotes.
- If you want to print a different message, change the text between the quotation marks.