aboutsummaryrefslogtreecommitdiff
path: root/src/main/Driver.java
blob: 7b04b2fb71edbc674ba98f268b306b09ceb57756 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*Name:	
 *Date:
 *Period:
 *Teacher:
 *Description:
 */
package main;


public class Driver
{

    public static void main(String[] args)
    {
        System.out.println("test");
        //new shadowtest();
    }

}