Gradle tutorial (#985)
This commit is contained in:
committed by
Grzegorz Piwowarek
parent
9e48d87306
commit
6afaa3b167
@@ -0,0 +1,5 @@
|
||||
public class Main{
|
||||
public static void main(String[] args){
|
||||
System.out.println("Baeldung Rocks");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user