2017-10-06 13:31:36 +02:00
|
|
|
class TestMyTest{
|
|
|
|
public static void main(String[] a){
|
|
|
|
//test1
|
|
|
|
//new TestClass();
|
|
|
|
//test if statement
|
|
|
|
//new TestIf(new Boolean(true));
|
|
|
|
// test lambda
|
2017-11-29 14:45:15 +01:00
|
|
|
//new TestClass();
|
|
|
|
new LamRun();
|
2017-10-06 13:31:36 +02:00
|
|
|
}
|
|
|
|
}
|