Created
September 27, 2024 08:17
-
-
Save scarf005/887507f6b1fb1eca5f5aec878f4d019e 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
@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