Skip to content

Instantly share code, notes, and snippets.

@brunoborges
Created October 17, 2025 23:22
Show Gist options
  • Save brunoborges/f459e20749c50e5026888ce61469f46e to your computer and use it in GitHub Desktop.
Save brunoborges/f459e20749c50e5026888ce61469f46e to your computer and use it in GitHub Desktop.
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