Skip to content

Instantly share code, notes, and snippets.

@TheMuellenator
Last active February 15, 2025 08:49
Show Gist options
  • Save TheMuellenator/a15238bb2a2ec48298d21dd5c9748fae to your computer and use it in GitHub Desktop.
Save TheMuellenator/a15238bb2a2ec48298d21dd5c9748fae to your computer and use it in GitHub Desktop.
iOS repl.it - Functions 1 Challenge Solution
print("Starting map")
start()
//4 steps right and 5 steps down.
right()
right()
right()
right()
down()
down()
down()
down()
down()
//Don't change the code below this line.
print("Final map")
visualise();
@AmgadMagdyHalim
Copy link

Uploading Screenshot 2025-02-15 at 11.46.24 AM.png…

@AmgadMagdyHalim
Copy link

Screenshot 2025-02-15 at 11 46 24 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment