Skip to content

Instantly share code, notes, and snippets.

@stephanBerger
Last active September 11, 2019 07:43
Show Gist options
  • Save stephanBerger/fd41d75618b1a2452c843cc8855d57ee to your computer and use it in GitHub Desktop.
Save stephanBerger/fd41d75618b1a2452c843cc8855d57ee to your computer and use it in GitHub Desktop.
Java 01 : Le JDK
class Senpai{
public static void main(String[] args) {
//Affichage de la phrase Notice me Senpai
System.out.println("Notice me Senpai");
//Fin du programme
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment