added strategy example
This commit is contained in:
5
src/learn/simple_strategy/Strategy.java
Normal file
5
src/learn/simple_strategy/Strategy.java
Normal file
@@ -0,0 +1,5 @@
|
||||
package learn.simple_strategy;
|
||||
|
||||
public interface Strategy {
|
||||
void algorithm();
|
||||
}
|
||||
Reference in New Issue
Block a user