Skip to content

Instantly share code, notes, and snippets.

@mohatb
Created April 7, 2025 22:41
Show Gist options
  • Select an option

  • Save mohatb/c7678e74a1b5dfdd5ec4e627144793d7 to your computer and use it in GitHub Desktop.

Select an option

Save mohatb/c7678e74a1b5dfdd5ec4e627144793d7 to your computer and use it in GitHub Desktop.
let quote = @"When solving problems, it's smart to keep things simple. Don't overthink it, Just look for what makes sense. There's always another way, maybe easier than you first thought. Tools like kusto help a lot by making hard tasks feel easy. A real hacker doesn't work harder—they work smarter.";
let words = split(quote, " ");
print phrase = strcat_array(pack_array(words[12], words[20], words[30], words[42]), " ")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment