Skip to content

Commit

Permalink
adding stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
HostileNinja72 committed Aug 26, 2024
1 parent 1254b4d commit 8d09147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/posts/htb/pathofsurvival.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ for i in tqdm(range(100), desc="FOR THE FLAG WE GOOO"):
send_directions_and_process_responses(url, direction_sequence)
```

It is worth noting that we have also defined a function `get_directions_sequence` that will translate the change in directions and sequences of **L, R, D or U** so the server can understand our requests.
It is worth noting that we have also defined a function `get_directions_sequence` that will translate the change in directionst into sequences of **L, R, D or U** so the server can understand our requests.

```python
def get_directions_sequence(coordinates):
Expand Down

0 comments on commit 8d09147

Please sign in to comment.