79822754

Date: 2025-11-17 20:43:38
Score: 1.5
Natty:
Report link

if you are only intending to print the Hello world then the problem is that your len is to big
this is because when you are doing len equ $-text you are saying that len is from current position
to the text variable and your hi(text2) is in the middle so it will count that too the simplest way to fix this would just be to put text2 after the len but there are also some other methods

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: someuser