summaryrefslogtreecommitdiffstats
path: root/Java/CoinTest.java
blob: 45979d21928f4270c2042be44c080789c3eceef2 (plain) (blame)
1
2
3
4
5
6
7
8
import java.util.ArrayList;
class CoinTester {
public static void main (String str[]) {
	coin quarter = new coin();
	System.out.println(quarter);
}
}
//By msglm; Licensed under the AGPL v3