Created
April 7, 2025 22:41
-
-
Save mohatb/c7678e74a1b5dfdd5ec4e627144793d7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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