Ver código fonte

just making sure

NedRedmond 6 anos atrás
pai
commit
79db949b44
1 arquivos alterados com 8 adições e 0 exclusões
  1. 8
    0
      __SHELL9.java

+ 8
- 0
__SHELL9.java Ver arquivo

@@ -0,0 +1,8 @@
1
+
2
+public class __SHELL9 extends bluej.runtime.Shell {
3
+public static void run() throws Throwable {
4
+
5
+java.lang.String[] __bluej_param0 = { };
6
+MainApplication.main(__bluej_param0);
7
+
8
+}}