Post History
PowerShell, 43 bytes param($s)(($s=$s|% t*y)|%{$s[--$q]})-join'' Try it online!
#1: Initial revision
# [PowerShell], 43 bytes
<!-- language-all: lang-powershell -->
param($s)(($s=$s|% t*y)|%{$s[--$q]})-join''
[Try it online!][TIO-kmzs0it2]
[PowerShell]: https://github.com/TryItOnline/TioSetup/wiki/Powershell
[TIO-kmzs0it2]: https://tio.run/##K8gvTy0qzkjNyfn/vyCxKDFXQ6VYUwNI2KoU16gqlGhVataoVqsUR@vqqhTG1mrqZuVn5qmr////PzEpOSU1DQA "PowerShell – Try It Online"
