Backhand, 6 bytes
"o@7"
Explanation
" 7 Start a quote, then the character 7
o " (backwards) End a quote, output the character
@ Stop the program + no-op.
Backhand, 6 bytes
"o@7"
Explanation
" 7 Start a quote, then the character 7
o " (backwards) End a quote, output the character
@ Stop the program + no-op.