Skip to content

Instantly share code, notes, and snippets.

@MP-C
Created June 4, 2022 15:10
Show Gist options
  • Save MP-C/4620c3f208b2b961203f8637e12104a3 to your computer and use it in GitHub Desktop.
Save MP-C/4620c3f208b2b961203f8637e12104a3 to your computer and use it in GitHub Desktop.
JDK in Java first Programme
public class Senpai {
public static void main(String[] args) {
System.out.println("Notice me Senpai");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment