Online Compiler Nasm

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

- The text inside the quotes is misspelled. Check if you intended to write "Hello world!" instead of "Hellottt world!".
- Make sure the spelling matches exactly what you want to display.