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

Stax, 12 bytes

Vp.."-"Vp-"- 

Run and debug online!

Added for completeness, feel free to mark it as non-competing if necessary.

Vp in Stax is the set of all printable ASCII characters, .." is the two character string literal (of .") in Stax.

Stax, 12 bytes

Vp.."-"Vp-"- 

Run and debug online!

Added for completeness, feel free to mark it as non-competing if necessary.

Vp in Stax is the set of all printable ASCII characters, .." is the two character string literal (of .") in Stax.

Stax, 12 bytes

Vp.."-"Vp-"- 

Run and debug online!

Added for completeness.

Vp in Stax is the set of all printable ASCII characters, .." is the two character string literal (of .") in Stax.

Commonmark migration
Source Link

#Stax, 12 bytes

Stax, 12 bytes

Vp.."-"Vp-"- 

Run and debug online!

Added for completeness, feel free to mark it as non-competing if necessary.

Vp in Stax is the set of all printable ASCII characters, .." is the two character string literal (of .") in Stax.

#Stax, 12 bytes

Vp.."-"Vp-"- 

Run and debug online!

Added for completeness, feel free to mark it as non-competing if necessary.

Vp in Stax is the set of all printable ASCII characters, .." is the two character string literal (of .") in Stax.

Stax, 12 bytes

Vp.."-"Vp-"- 

Run and debug online!

Added for completeness, feel free to mark it as non-competing if necessary.

Vp in Stax is the set of all printable ASCII characters, .." is the two character string literal (of .") in Stax.

Source Link
Weijun Zhou
  • 3.7k
  • 15
  • 42

#Stax, 12 bytes

Vp.."-"Vp-"- 

Run and debug online!

Added for completeness, feel free to mark it as non-competing if necessary.

Vp in Stax is the set of all printable ASCII characters, .." is the two character string literal (of .") in Stax.