Skip to content

Instantly share code, notes, and snippets.

@AWtnb
Last active November 20, 2023 23:31
Show Gist options
  • Select an option

  • Save AWtnb/789839eb8e616083815dd292ceb56bf4 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown
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