Skip to content

Instantly share code, notes, and snippets.

@JeromeBATAILLE
Created September 11, 2018 14:02
Show Gist options
  • Save JeromeBATAILLE/9992947adfb9f40afd92b996f480901d to your computer and use it in GitHub Desktop.
Save JeromeBATAILLE/9992947adfb9f40afd92b996f480901d to your computer and use it in GitHub Desktop.
Java Introduction
class Sempai {
public static void main(String[] args) {
// afficher Hello World! dans le terminal
System.out.println("Notice me Senpai");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment