Skip to main content
deleted 30 characters in body
Source Link
LiefdeWen
  • 3.9k
  • 17
  • 39

Pylons, 7 5 4 bytes

Picked a random language on TIO used it

46vt 

Explanation:

Try it Online!

46 #  No Stack is [4, 6] v # Reverse the stack [6, 4] t # take top of stack 4 

Doubled:

4466 # Still no idea but resulting# stackStack is [4, 4, 6, 6] vv # Reverse the stack twice so it's the same [4, 4, 6, 6] tt # take top of stack 6 and again which is 6 again 

Saved 2 bytes thanks to officialaimm Saved

Saved 1 bytes thanks to * Veedrac* Veedrac

Pylons, 7 5 4 bytes

Picked a random language on TIO used it

46vt 

Explanation:

Try it Online!

46 #  No Stack is [4, 6] v # Reverse the stack [6, 4] t # take top of stack 4 

Doubled:

4466 # Still no idea but resulting stack is [4, 4, 6, 6] vv # Reverse the stack twice so it's the same [4, 4, 6, 6] tt # take top of stack 6 and again which is 6 again 

Saved 2 bytes thanks to officialaimm Saved 1 bytes thanks to * Veedrac*

Pylons, 7 5 4 bytes

Picked a random language on TIO used it

46vt 

Explanation:

Try it Online!

46 # Stack is [4, 6] v # Reverse the stack [6, 4] t # take top of stack 4 

Doubled:

4466 # Stack is [4, 4, 6, 6] vv # Reverse the stack twice so it's the same [4, 4, 6, 6] tt # take top of stack 6 and again which is 6 again 

Saved 2 bytes thanks to officialaimm

Saved 1 bytes thanks to Veedrac

added 3 characters in body
Source Link
LiefdeWen
  • 3.9k
  • 17
  • 39

Pylons, 7 55 4 bytes

Picked a random language on TIO used it

4/6vt46vt 

Explanation:

Try it Online!Try it Online!

4/646 # No idea but# resulting stackNo Stack is [4, 6] v # Reverse the stack [6, 4] t # take top of stack 4 

Doubled:

44/664466 # Still no idea but resulting stack is [1[4, 4, 6, 6] vv # Reverse the stack twice so it's the same [1[4, 4, 6, 6] tt # take top of stack 6 and again which is 6 again 

Saved 2 bytes thanks to officialaimm Saved 1 bytes thanks to * Veedrac*

Pylons, 7 5 bytes

Picked a random language on TIO used it

4/6vt 

Explanation:

Try it Online!

4/6 # No idea but resulting stack is [4, 6] v # Reverse the stack [6, 4] t # take top of stack 4 

Doubled:

44/66 # Still no idea but resulting stack is [1, 6, 6] vv # Reverse the stack twice so it's the same [1, 6, 6] tt # take top of stack 6 and again which is 6 again 

Saved 2 bytes thanks to officialaimm

Pylons, 7 5 4 bytes

Picked a random language on TIO used it

46vt 

Explanation:

Try it Online!

46 # No Stack is [4, 6] v # Reverse the stack [6, 4] t # take top of stack 4 

Doubled:

4466 # Still no idea but resulting stack is [4, 4, 6, 6] vv # Reverse the stack twice so it's the same [4, 4, 6, 6] tt # take top of stack 6 and again which is 6 again 

Saved 2 bytes thanks to officialaimm Saved 1 bytes thanks to * Veedrac*

deleted 35 characters in body
Source Link
LiefdeWen
  • 3.9k
  • 17
  • 39

Pylons, 77 5 bytes

Picked a random language on TIO used it

4444/6vt 

Explanation:

Try it Online!

4444/6 # No idea but resulting stack is [4,1,6] 6] v # Reverse the stack [6,1, 4] t # take top of stack 4 

Doubled:

44444444/66 # Still no idea but resulting stack is [4, 4, 4, 4, 1[1, 6, 6] vv # Reverse the stack twice so it's the same [4, 4, 4, 4, 1[1, 6, 6] tt # take top of stack 6 and again which is 6 again 

Saved 2 bytes thanks to officialaimm

Pylons, 7 bytes

Picked a random language on TIO used it

444/6vt 

Explanation:

Try it Online!

444/6 # No idea but resulting stack is [4,1,6] v # Reverse the stack [6,1,4] t # take top of stack 4 

Doubled:

444444/66 # Still no idea but resulting stack is [4, 4, 4, 4, 1, 6, 6] vv # Reverse the stack twice so it's the same [4, 4, 4, 4, 1, 6, 6] tt # take top of stack 6 and again which is 6 again 

Pylons, 7 5 bytes

Picked a random language on TIO used it

4/6vt 

Explanation:

Try it Online!

4/6 # No idea but resulting stack is [4, 6] v # Reverse the stack [6, 4] t # take top of stack 4 

Doubled:

44/66 # Still no idea but resulting stack is [1, 6, 6] vv # Reverse the stack twice so it's the same [1, 6, 6] tt # take top of stack 6 and again which is 6 again 

Saved 2 bytes thanks to officialaimm

Source Link
LiefdeWen
  • 3.9k
  • 17
  • 39
Loading