Skip to main content
Commonmark migration
Source Link

Labyrinth / Hexagony, 6 bytes

Labyrinth:

?!@!`? 

Try it online! and its reverse.

Hexagony:

?!@!~? 

Try it online! and its reverse.

How?

? - take a signed integer (` / ~) - negate ! - output top-of-stack / current-memory-edge @ - exit 

Labyrinth / Hexagony, 6 bytes

Labyrinth:

?!@!`? 

Try it online! and its reverse.

Hexagony:

?!@!~? 

Try it online! and its reverse.

How?

? - take a signed integer (` / ~) - negate ! - output top-of-stack / current-memory-edge @ - exit 

Labyrinth / Hexagony, 6 bytes

Labyrinth:

?!@!`? 

Try it online! and its reverse.

Hexagony:

?!@!~? 

Try it online! and its reverse.

How?

? - take a signed integer (` / ~) - negate ! - output top-of-stack / current-memory-edge @ - exit 
added 391 characters in body
Source Link
Jonathan Allan
  • 115.5k
  • 8
  • 68
  • 293

Labyrinth / Hexagony, 6 bytes

Labyrinth:

?!@!`? 

Try it online! and its reverse.

Hexagony:

?!@!~? 

Try it online! and its reverse.

How?

?  - take a signed integer (` / ~) - negate !  - output top -of -stack / current-memory-edge @  - exit 

Labyrinth, 6 bytes

?!@!`? 

Try it online! and its reverse.

? - take a signed integer (`) - negate ! - output top of stack @ - exit 

Labyrinth / Hexagony, 6 bytes

Labyrinth:

?!@!`? 

Try it online! and its reverse.

Hexagony:

?!@!~? 

Try it online! and its reverse.

How?

?  - take a signed integer (` / ~) - negate !  - output top-of-stack / current-memory-edge @  - exit 
Source Link
Jonathan Allan
  • 115.5k
  • 8
  • 68
  • 293

Labyrinth, 6 bytes

?!@!`? 

Try it online! and its reverse.

? - take a signed integer (`) - negate ! - output top of stack @ - exit