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

Commonmark migration
Source Link

Turing machine simulator , 189 bytes

0 * L r 1
1 * o r 2
2 * a r 3
3 * d r 4
4 * i r 5
5 * n r 6
6 * g r 7
7 * . r 8
8 * . r 9
9 * . r A
A * * r B
B - \ * C
B / - * C
B | / * C
B * | * C
C * * * D
D * * * E
E * * * F
F * * * B

#Turing machine simulator , 189 bytes 0 * L r 1 1 * o r 2 2 * a r 3 3 * d r 4 4 * i r 5 5 * n r 6 6 * g r 7 7 * . r 8 8 * . r 9 9 * . r A A * * r B B - \ * C B / - * C B | / * C B * | * C C * * * D D * * * E E * * * F F * * * B Do not run on full speed, or it will not wait for ~0.25 s1.

1Dunno if actually within 10% of 0.25 s. Last 4 lines do the waiting job approximately.

#Turing machine simulator , 189 bytes 0 * L r 1 1 * o r 2 2 * a r 3 3 * d r 4 4 * i r 5 5 * n r 6 6 * g r 7 7 * . r 8 8 * . r 9 9 * . r A A * * r B B - \ * C B / - * C B | / * C B * | * C C * * * D D * * * E E * * * F F * * * B Do not run on full speed, or it will not wait for ~0.25 s1.

1Dunno if actually within 10% of 0.25 s. Last 4 lines do the waiting job approximately.

Turing machine simulator , 189 bytes

0 * L r 1
1 * o r 2
2 * a r 3
3 * d r 4
4 * i r 5
5 * n r 6
6 * g r 7
7 * . r 8
8 * . r 9
9 * . r A
A * * r B
B - \ * C
B / - * C
B | / * C
B * | * C
C * * * D
D * * * E
E * * * F
F * * * B

Do not run on full speed, or it will not wait for ~0.25 s1.

1Dunno if actually within 10% of 0.25 s. Last 4 lines do the waiting job approximately.

Source Link
Erik the Outgolfer
  • 40.8k
  • 5
  • 46
  • 125

#Turing machine simulator, 189 bytes 0 * L r 1 1 * o r 2 2 * a r 3 3 * d r 4 4 * i r 5 5 * n r 6 6 * g r 7 7 * . r 8 8 * . r 9 9 * . r A A * * r B B - \ * C B / - * C B | / * C B * | * C C * * * D D * * * E E * * * F F * * * B Do not run on full speed, or it will not wait for ~0.25 s1.

1Dunno if actually within 10% of 0.25 s. Last 4 lines do the waiting job approximately.

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