提交 ec58de2b 编写于 作者: C chenjianqiang

Merge remote-tracking branch 'origin/master' into master

# Conflicts:
#	out/production/patterns/com/chen/InterpreterPattern/InterpreterMain.class
#	out/production/patterns/com/chen/InterpreterPattern/po/OrExpression.class
#	src/com/chen/InterpreterPattern/package-info.java
package com.chen;
import com.chen.InterpreterPattern.InterpreterMain;
/**
* @author lx
*/
public class PatternMain {
public static void main(String[] args) {
//解释器模式
new InterpreterMain().main();
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册