BAEL-2774: Initial working version

This commit is contained in:
Sorin Zamfir
2019-08-13 23:00:00 +03:00
parent 8e1d751f68
commit 1e59e56856
7 changed files with 327 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
package com.baeldung.gradle.exec;
public class MainClass {
public static void main(String[] args) {
System.out.println("Goodbye cruel world ...");
}
}