Created
October 17, 2025 23:22
-
-
Save brunoborges/f459e20749c50e5026888ce61469f46e 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
| void main() { | |
| var s = """ | |
| void main() { | |
| var s = %c%c%c | |
| %s%c%c%c; | |
| IO.print(String.format(s, 34, 34, 34, s, 34, 34, 34)); | |
| }"""; | |
| IO.print(String.format(s, 34, 34, 34, s, 34, 34, 34)); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment