Last active
September 11, 2019 07:43
-
-
Save stephanBerger/fd41d75618b1a2452c843cc8855d57ee to your computer and use it in GitHub Desktop.
Java 01 : Le JDK
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
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