aboutsummaryrefslogtreecommitdiff
path: root/Week16 Ice Cream/src/com/camilstaps/icecream/Week16IceCream.java
blob: df72e2e577233e3dc4368cfcdeced92ca0a6395b (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.icecream;

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

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