New J2K: add copy-paste tests for new j2k
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package helloWorld;
|
||||
|
||||
// sample class
|
||||
<selection>public class JavaClass {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello, world!");
|
||||
}
|
||||
}
|
||||
</selection>
|
||||
Reference in New Issue
Block a user