Skip to content

Instantly share code, notes, and snippets.

@Riduidel
Last active October 10, 2025 08:51
Show Gist options
  • Save Riduidel/033a55e354537df097358eabea996c5c to your computer and use it in GitHub Desktop.
Save Riduidel/033a55e354537df097358eabea996c5c to your computer and use it in GitHub Desktop.
Un exemple de markdown

Un titre

Un premier morceau de contenu

void main() {
  IO.println("Hello world");
}
Tip
Pour plus d’informations, allez voir le blog de Loïc Mathieu

Un exemple de fichier

La preuve, le texte n'est pas gras, sauf cette partie.

void main() {
  IO.println("un texte")
}

Si vous voulez comprendre Java 25, allez voir chez Loïc Mathieu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment