Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Answer

replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/
Source Link

PowerShell, (削除) 124 (削除ここまで) 117 bytes

(Thanks TimmyD TimmyD)

for(){(-split'^(")v v(")^ ^(")^ v(")v (>")> <(")> <("<)')[($i=0..6|random)];sleep -m((100,200)[$i-gt3]*$args[0]);cls}

Try it online! (Not that it will work in TIO...)

PowerShell, (削除) 124 (削除ここまで) 117 bytes

(Thanks TimmyD)

for(){(-split'^(")v v(")^ ^(")^ v(")v (>")> <(")> <("<)')[($i=0..6|random)];sleep -m((100,200)[$i-gt3]*$args[0]);cls}

Try it online! (Not that it will work in TIO...)

PowerShell, (削除) 124 (削除ここまで) 117 bytes

(Thanks TimmyD)

for(){(-split'^(")v v(")^ ^(")^ v(")v (>")> <(")> <("<)')[($i=0..6|random)];sleep -m((100,200)[$i-gt3]*$args[0]);cls}

Try it online! (Not that it will work in TIO...)

added 86 characters in body
Source Link
briantist
  • 3.3k
  • 16
  • 21

PowerShell, 124(削除) 124 (削除ここまで) 117 bytes

(Thanks TimmyD )

for($b='^){(-split'^(")v v(")^ ^(")^ v(")v (>")> <(")> <("<)'.Split()){$b[[($i=0..6|random)];sleep -m ((100+100*($i-gt3)100,200)*$args[0][$i-gt3]*$args[0]);cls}

Try it online! Try it online! (notNot that it will work in TIO...)

PowerShell, 124 bytes

for($b='^(")v v(")^ ^(")^ v(")v (>")> <(")> <("<)'.Split()){$b[($i=0..6|random)];sleep -m ((100+100*($i-gt3))*$args[0]);cls}

Try it online! (not that it will work in TIO...)

PowerShell, (削除) 124 (削除ここまで) 117 bytes

(Thanks TimmyD )

for(){(-split'^(")v v(")^ ^(")^ v(")v (>")> <(")> <("<)')[($i=0..6|random)];sleep -m((100,200)[$i-gt3]*$args[0]);cls}

Try it online! (Not that it will work in TIO...)

Source Link
briantist
  • 3.3k
  • 16
  • 21

PowerShell, 124 bytes

for($b='^(")v v(")^ ^(")^ v(")v (>")> <(")> <("<)'.Split()){$b[($i=0..6|random)];sleep -m ((100+100*($i-gt3))*$args[0]);cls}

Try it online! (not that it will work in TIO...)

AltStyle によって変換されたページ (->オリジナル) /