mirror of
https://github.com/Dichgrem/Java.git
synced 2026-02-05 05:51:57 -05:00
update:demo12
This commit is contained in:
5
com/study/demo12/CodeGenerator.java
Normal file
5
com/study/demo12/CodeGenerator.java
Normal file
@@ -0,0 +1,5 @@
|
||||
package com.study.demo12;
|
||||
|
||||
public interface CodeGenerator {
|
||||
String generate();
|
||||
}
|
||||
Reference in New Issue
Block a user