Versio 1, ensimmäinen committi!
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package fi.lpam;
|
||||
|
||||
public class Main {
|
||||
public static boolean dev;
|
||||
|
||||
static void main(String[] args) {
|
||||
//noinspection RedundantIfStatement
|
||||
if (args.length > 0) {
|
||||
dev = true;
|
||||
} else {
|
||||
dev = false;
|
||||
}
|
||||
App.main();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user