Skip to content

Instantly share code, notes, and snippets.

@Cynnah
Created June 10, 2021 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cynnah/08b1ef20a1d1e9a00cf8d5ad7474647f to your computer and use it in GitHub Desktop.
Save Cynnah/08b1ef20a1d1e9a00cf8d5ad7474647f to your computer and use it in GitHub Desktop.
Quest Java : JDK
class Senpai {
public static void main(String[] args) {
// display Notice me Senpai in the 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