Skip to content

Instantly share code, notes, and snippets.

@wilderwith
Created October 21, 2019 09:09
Show Gist options
  • Save wilderwith/c01ffe30e28e5c5fd2468a139f8aa320 to your computer and use it in GitHub Desktop.
Save wilderwith/c01ffe30e28e5c5fd2468a139f8aa320 to your computer and use it in GitHub Desktop.
Quete Java 1
class Sanpai{
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