Last active
August 31, 2019 18:26
-
-
Save kvprasoon/1e1bee9cfeb0c80d8667142cab61971b to your computer and use it in GitHub Desktop.
kvp_braincandy_20190831.ps1
This file contains 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
# https://twitter.com/dfinke/status/1167559940598370304 | |
$a='';1..9|%{"{0,9} x 8 + $_ = $(8*($a+=$_)+$_)"-f$a} | |
# if executing only once in a scope | |
1..9|%{"{0,9} x 8 + $_ = $(8*($a+="$_")+$_)"-f$a} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment