Skip to main content
added 14 characters in body
Source Link
Luis Mendo
  • 106.7k
  • 10
  • 139
  • 382

CJam, 3 bytes

W;1 

Try it online! Try it online!

How it worksthey work

Normal version:

W e# Push -1 ; e# Delete 1 e# Push 1 e# Implicit display 

Reverse version: you get the idea.

CJam, 3 bytes

W;1 

Try it online!

How it works

Normal version:

W e# Push -1 ; e# Delete 1 e# Push 1 e# Implicit display 

Reverse version: you get the idea.

CJam, 3 bytes

W;1 

Try it online!

How they work

Normal version:

W e# Push -1 ; e# Delete 1 e# Push 1 e# Implicit display 

Reverse version: you get the idea.

Source Link
Luis Mendo
  • 106.7k
  • 10
  • 139
  • 382

CJam, 3 bytes

W;1 

Try it online!

How it works

Normal version:

W e# Push -1 ; e# Delete 1 e# Push 1 e# Implicit display 

Reverse version: you get the idea.