Skip to content

Instantly share code, notes, and snippets.

@KKcorps
Created March 2, 2021 06:39
Show Gist options
  • Save KKcorps/3bdb8cef70f0b1b26f689f278d6d8ca9 to your computer and use it in GitHub Desktop.
Save KKcorps/3bdb8cef70f0b1b26f689f278d6d8ca9 to your computer and use it in GitHub Desktop.
package org.example;
public class Main {
public static void main(String[] args) {
System.out.println("Java " + Main.class.toString() + " executed!!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment