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


public class Driver
{

    public static void main(String[] args)
    {
        System.out.println("test");
        //test
        //test from cellular data again
        //tt
    }

}