Upload files to "java/markup"

This commit is contained in:
2026-04-13 10:48:08 +03:00
parent d5c3e10e29
commit 95c17f7dd2
5 changed files with 67 additions and 0 deletions

8
java/markup/Tex.java Normal file
View File

@@ -0,0 +1,8 @@
package markup;
/**
* @author Nikita Doschennikov (me@fymio.us)
*/
public interface Tex {
void toTex(StringBuilder sb);
}