add empty typechecker

This commit is contained in:
ChUrl
2020-12-13 14:49:24 +01:00
parent b05c227e4f
commit c84825e62b

View File

@ -0,0 +1,4 @@
package typechecker;
public class Typechecker {
}