Put testsuite in its own directory
This commit is contained in:
parent
0cf25ebaf4
commit
08fde62368
16 changed files with 157 additions and 0 deletions
6
testsuite/classes/java/Hello.java
Normal file
6
testsuite/classes/java/Hello.java
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
class Hello {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello, world!");
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue