[java-decompiler] common file comparison method extracted; test data updated
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package pkg;
|
||||
|
||||
import pkg.res.Loader;
|
||||
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
Loader loader = new Loader();
|
||||
String resource = loader.getResource();
|
||||
System.out.println(resource);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user