add main class

This commit is contained in:
ChUrl
2020-12-11 18:33:50 +01:00
parent 4d411a3473
commit 374b994b29
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,6 @@
public class StupsCompiler {
public static void main(String[] args) {
System.out.println("StupsCompiler");
}
}