Skip to main content
5 of 6
Commonmark migration

Javascript, 23 bytes

Uses Base 64 Conversion

alert(atob("MjAxNA==")) 

23 chars (16 with atob by itself)

Or

alert("MMXIV") // ;) 
logic8
  • 621
  • 4
  • 5