Added mozart and a project

This commit is contained in:
2025-08-11 13:51:04 +02:00
committed by personal name
commit 47305404a8
1130 changed files with 8175 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#parse("File Header.java")
#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end
public interface ${NAME} {
}