Ad
  • Default User Avatar

    For the ones who are struggling, this is a Tip :

    Think of it like you have to separate the process and that if you find a marker you stop the process that look for them and save your progress somewhere.

    Good Luck :^)

  • Default User Avatar

    confusing
    sometimes "\n" more
    Expected: "int getRandomNumber()\n{\n return 4;\n}"
    Occurred: "int getRandomNumber()\n{\n return 4;\n\n}"
    sometimes "\n" less
    Expected: "\nget_random_number:\n mov rax, 4\n ret"
    Occurred: "get_random_number:\n mov rax, 4\n ret"

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution