Last active
November 30, 2018 04:18
-
-
Save klaeufer/25c78f4b580d09cfd72ed3aabfa2c231 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
object Q extends App { val s = "object Q extends App { val s = %c%s%c ; printf(s, 0x22, s, 0x22) }" ; printf(s, 0x22, s, 0x22) } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment