Add autobuild workind-directory test

This commit is contained in:
Chuan-kai Lin
2022-04-08 15:18:11 -07:00
parent b0c570ef83
commit 6f174084dd
4 changed files with 117 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
class Main {
public static void main(String args[]) {
if (true) {
System.out.println("Hello, World!");
}
}
}