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


public class Driver
{

    public static void main(String[] args)
    {
        new RoundedRectangleTest();
    }

}