Skip to content

Instantly share code, notes, and snippets.

@kvprasoon
Last active August 31, 2019 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kvprasoon/1e1bee9cfeb0c80d8667142cab61971b to your computer and use it in GitHub Desktop.
Save kvprasoon/1e1bee9cfeb0c80d8667142cab61971b to your computer and use it in GitHub Desktop.
kvp_braincandy_20190831.ps1
# 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