Merge remote-tracking branch 'upstream/master'

This commit is contained in:
JuhoKang
2016-02-03 22:49:59 +09:00
94 changed files with 953 additions and 86 deletions

View File

@@ -0,0 +1,15 @@
package com.iluwatar.value.object;
import org.junit.Test;
/**
* Application test
*/
public class AppTest {
@Test
public void test() {
String[] args = {};
App.main(args);
}
}