Skip to main content
added 260 characters in body
Source Link
Conor O'Brien
  • 40.4k
  • 3
  • 96
  • 182

Reng v.3.2, 9 bytes (self-answer, non-competing)

ii¤ææö±2. 

Takes two inputs (a b) and outputs b a. Try it here!

i takes input twice, ¤ duplicates the stack, æ prints a number and a space (and does so twice, there being two), ö prints a newline, ± does what you might expect, and 2. skips the next two characters, wrapping around the input getting characters.

Reng v.3.2, 9 bytes (self-answer, non-competing)

ii¤ææö±2. 

Takes two inputs (a b) and outputs b a. Try it here!

Reng v.3.2, 9 bytes (self-answer, non-competing)

ii¤ææö±2. 

Takes two inputs (a b) and outputs b a. Try it here!

i takes input twice, ¤ duplicates the stack, æ prints a number and a space (and does so twice, there being two), ö prints a newline, ± does what you might expect, and 2. skips the next two characters, wrapping around the input getting characters.

Shouldn't this be non-competing?
Source Link
Riker
  • 7.9k
  • 4
  • 40
  • 73

Reng v.3.2, 9 bytes (self-answer, non-competing)

ii¤ææö±2. 

Takes two inputs (a b) and outputs b a. Try it here!

Reng v.3.2, 9 bytes

ii¤ææö±2. 

Takes two inputs (a b) and outputs b a. Try it here!

Reng v.3.2, 9 bytes (self-answer, non-competing)

ii¤ææö±2. 

Takes two inputs (a b) and outputs b a. Try it here!

Source Link
Conor O'Brien
  • 40.4k
  • 3
  • 96
  • 182

Reng v.3.2, 9 bytes

ii¤ææö±2. 

Takes two inputs (a b) and outputs b a. Try it here!