Skip to main content
deleted 116 characters in body
Source Link
emanresu A
  • 46.2k
  • 5
  • 112
  • 257

VyxalVyxal HM, 75 bytes

ƛ2%¬[\Er⁽\EẆ 

Try it Online!Try it Online!

The funny bit is that everything's functional - No NOPs, 2%¬ is simply a longer way of writing (is even). Also, thisThis works in both the Vyxal codepage and UTF-8. -2 thanks to pacman256.

The H flag can be removed if you place a at the start, although this breaksit only works with UTF-8 compatibilitythen.

Vyxal HM, 7 bytes

ƛ2%¬[\E 

Try it Online!

The funny bit is that everything's functional - No NOPs, 2%¬ is simply a longer way of writing (is even). Also, this works in both the Vyxal codepage and UTF-8.

The H flag can be removed if you place a at the start, although this breaks UTF-8 compatibility.

Vyxal HM, 5 bytes

r⁽\EẆ 

Try it Online!

This works in both the Vyxal codepage and UTF-8. -2 thanks to pacman256.

The H flag can be removed if you place a at the start, although it only works with UTF-8 then.

Source Link
emanresu A
  • 46.2k
  • 5
  • 112
  • 257

Vyxal HM, 7 bytes

ƛ2%¬[\E 

Try it Online!

The funny bit is that everything's functional - No NOPs, 2%¬ is simply a longer way of writing (is even). Also, this works in both the Vyxal codepage and UTF-8.

The H flag can be removed if you place a at the start, although this breaks UTF-8 compatibility.