aboutsummaryrefslogtreecommitdiff
path: root/Week14 Route 66/src/com/camilstaps/route66/Week14Route66.java
blob: 30b7bd2b0e4bc8a1ba0899f2d44489e2f091891d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Copyright (c) 2015 Camil Staps
 */
package com.camilstaps.route66;

/**
 *
 * @author camilstaps
 */
public class Week14Route66 {

    /**
     * @param args the command line arguments
     */
    public static void main(String[] args) {
        // TODO code application logic here
    }
    
}