a grand renaming so that the most significant portion of the name comes first
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.meatballhat.learningjava;
|
||||
|
||||
|
||||
public class HelloSir {
|
||||
|
||||
public static void main(String[] argv) {
|
||||
System.out.println("OMG Hi Der");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user