forked from Cutieguwu/raven
forked 6ad82c3339 and refactored to combine prey.toml with nest.toml. The WorkspaceHandler.discover_packages() function is very broken
This commit is contained in:
7
Test1/app/src/main/java/com/raven/Main.java
Normal file
7
Test1/app/src/main/java/com/raven/Main.java
Normal file
@@ -0,0 +1,7 @@
|
||||
package com.raven;
|
||||
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello, World!");
|
||||
}
|
||||
}
|
||||
5
Test1/app/src/test/java/Test.java
Normal file
5
Test1/app/src/test/java/Test.java
Normal file
@@ -0,0 +1,5 @@
|
||||
public class Test {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("This is a test.");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user