Skip to content

Instantly share code, notes, and snippets.

@AWtnb
Last active November 20, 2023 23:31
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 AWtnb/789839eb8e616083815dd292ceb56bf4 to your computer and use it in GitHub Desktop.
Save AWtnb/789839eb8e616083815dd292ceb56bf4 to your computer and use it in GitHub Desktop.
バッ丼ッビビビビビバッッビビッバババ丼ッバ丼ビッバビビビッビッビッバビッババッッ ビバ丼
$ss=@();echo ビ バ 丼 ッ|sv a;while(1){$ss+=$a[(Get-Random)%4];if($a.count -gt 2 -and(-join($ss|select -Last 3))-eq"ビバ丼") {break}}; -join $ss
$ss = @()
echo ビ バ 丼 ッ | sv a
while (1) {
$ss += $a[(Get-Random) % 4]
if ($a.count -gt 2 -and (-join ($ss | select -Last 3)) -eq "ビバ丼") {
break
}
}
-join $ss
@AWtnb
Copy link
Author

AWtnb commented Nov 20, 2023

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment