add solutions for hw7 (markup) and tests
Some checks failed
Fast Reverse Tests / test (push) Failing after 17s
Markup Tests / test (push) Failing after 13s
Reverse Tests / test (push) Failing after 13s
Sum Tests / test (push) Failing after 13s
Word Stat Tests / test (push) Failing after 13s
Word Stat++ Tests / test (push) Failing after 13s
Some checks failed
Fast Reverse Tests / test (push) Failing after 17s
Markup Tests / test (push) Failing after 13s
Reverse Tests / test (push) Failing after 13s
Sum Tests / test (push) Failing after 13s
Word Stat Tests / test (push) Failing after 13s
Word Stat++ Tests / test (push) Failing after 13s
This commit is contained in:
6
java/markup/ListItemContent.java
Normal file
6
java/markup/ListItemContent.java
Normal file
@@ -0,0 +1,6 @@
|
||||
package markup;
|
||||
|
||||
public interface ListItemContent {
|
||||
void toHtml(StringBuilder sb);
|
||||
void toTex(StringBuilder sb);
|
||||
}
|
||||
Reference in New Issue
Block a user