Initial commit

This commit is contained in:
Sabiq Ihab
2017-06-20 21:30:28 +00:00
parent ac721c695c
commit 4e9988877a
5 changed files with 76 additions and 0 deletions

View File

@ -0,0 +1,10 @@
package com.iluwatar.cqrs.app;
public class App {
public static void main(String[] args) {
// TODO Auto-generated method stub
}
}

View File

@ -0,0 +1,14 @@
package com.iluwatar.cqrs;
import static org.junit.Assert.*;
import org.junit.Test;
public class AppTest {
@Test
public void test() {
fail("Not yet implemented");
}
}