Skip to main content
Added a new solution
Source Link
je je
  • 731
  • 5
  • 9

><>, 43 bytes

x7 nx7n 

Try it online!

This will terminate withTerminates on an error when n has been executed more times than 7, which has probability 1 of eventually occurring, thought there is no upper limit on how many times 7 will be executed firstonce x sends the IP left.

Try it online!

4 bytes:
x7 n 

Try it online!

This will terminate with an error when n has been executed more times than 7, which has probability 1 of eventually occurring, thought there is no upper limit on how many times 7 will be executed first.

><>, 4 bytes

x7 n 

Try it online!

This will terminate with an error when n has been executed more times than 7, which has probability 1 of eventually occurring, thought there is no upper limit on how many times 7 will be executed first.

><>, 3 bytes

x7n 

Terminates on an error once x sends the IP left.

Try it online!

4 bytes:
x7 n 

Try it online!

This will terminate with an error when n has been executed more times than 7, which has probability 1 of eventually occurring, thought there is no upper limit on how many times 7 will be executed first.

Source Link
je je
  • 731
  • 5
  • 9

><>, 4 bytes

x7 n 

Try it online!

This will terminate with an error when n has been executed more times than 7, which has probability 1 of eventually occurring, thought there is no upper limit on how many times 7 will be executed first.