Created
March 16, 2020 09:19
-
-
Save swann44/82b0ac3513306f5bf19a26622afba24c 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
| \CA\FE\BA\BE\00\00\007\00 | |
| \00\00 \00\00\00 | |
| \00\00\00\00\00<init>\00()V\00Code\00LineNumberTable\00main\00([Ljava/lang/String;)V\00 | |
| SourceFile\00Sempai.java\00\00\00\00\00\00Notice me Senpai\00\00\00\00Sempai\00java/lang/Object\00java/lang/System\00out\00Ljava/io/PrintStream;\00java/io/PrintStream\00println\00(Ljava/lang/String;)V\00 \00\00\00\00\00\00\00\00\00\00\00\00\00 \00\00\00\00\00\00\00\00*\B7\00\B1\00\00\00\00 | |
| \00\00\00\00\00\00\00\00 \00\00\00\00 \00\00\00%\00\00\00\00\00 \B2\00\B6\00\B1\00\00\00\00 | |
| \00\00\00 | |
| \00\00\00\00\00\00\00\00 | |
| \00\00\00\00 |
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 Sempai { | |
| public static void main(String[] args) { | |
| // afficher Hello World! dans le terminal | |
| System.out.println("Notice me Senpai"); | |
| } | |
| } |
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
| wilder@wilder-ThinkPad-T440p:~/JavaProjects/NoticeMe$ java Sempai | |
| Notice me Senpai | |
| wilder@wilder-ThinkPad-T440p:~/JavaProjects/NoticeMe$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment