Trying to commit new tests.

This commit is contained in:
Dmitry Boulytchev
2012-02-14 15:14:45 +04:00
parent dbf6a5ab15
commit db5375fbd5
@@ -0,0 +1,4 @@
interface Factory {
Product create();
}