> For the complete documentation index, see [llms.txt](https://eephillip.gitbook.io/zw2020-ctf-writeup/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eephillip.gitbook.io/zw2020-ctf-writeup/writeup/check-your-alignment.md).

# Check Your Alignment

{% hint style="info" %}
This script doesn't do much. Maybe there's a secret in the file itself.
{% endhint %}

```c
          #
global OKkHdjCnVwlsfd: string = "";
global iJsosdlPSdhvsA: vector of string = {"", "", "",};
global psjwKsOdhhsaAa: int = 0x5;
global qhasdasdasdAOd: set[string] = {"", "", "",};
global DohTnicetrAaXg: string = "";
global mDJhasdPoAudEW: int = 0x11;
global NCpipJSDAjyetN: string = "";
global pqwserdAtfGHSN: int = 0x12;
global POAFNlAadinggg: string = "";
global asdoaAdeasdaas: int = 0x13;
global jsDrAncmDKDeqj: int = 0x14;
global kjdAknbsdWldhf: set[string] = {"", "", "",};
global psAFfisubxmhjd: string = "";
global sAalBXOSPwfgjs: string = "";
global ApaaMndbyffkwe: int = 0x15;
global oiugmnBlkDlkDD: function(qhasdasdasdhOd: string): string;

```

Hmm why is there whitespace before that comment?

![](/files/-MJgdSjYYJB9FvI5zMeW)

Who doesn't love a great crossword!

{% hint style="success" %}
The solution!

```
HowsThisForAFlag
```

{% endhint %}
