Skip to content

Instantly share code, notes, and snippets.

@TGITS
Created January 23, 2022 14:10
Show Gist options
  • Save TGITS/9f2cecf6379aec6235a637b7f4ca3896 to your computer and use it in GitHub Desktop.
Save TGITS/9f2cecf6379aec6235a637b7f4ca3896 to your computer and use it in GitHub Desktop.
Exemple de bloc de texte avec des espaces en fin de ligne
//A utiliser sous JShell : /open HouseStarkExampleWithEndlineSpaces.java
var houseStark = """
{
"name": "Stark",
"main_seat": "Winterfell",
"ancestral_seat": "Winterfell",
"sigil": "A Gray Direwolf",
"family_words": "Winter is coming"
}""";
System.out.println(houseStark);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment