Skip to content

Instantly share code, notes, and snippets.

@scarf005
Created September 27, 2024 08:17
Show Gist options
  • Save scarf005/887507f6b1fb1eca5f5aec878f4d019e to your computer and use it in GitHub Desktop.
Save scarf005/887507f6b1fb1eca5f5aec878f4d019e to your computer and use it in GitHub Desktop.
@main def main() =
val blockQuotes = '"'.toString * 3
val text = """@main def main() =
val blockQuotes = '"'.toString * 3
val text = %s
println(text.formatted(blockQuotes + text + blockQuotes))"""
println(text.formatted(blockQuotes + text + blockQuotes))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment