racket/collects/htdch/colors/Blue.java
Matthias Felleisen 75b33996b1 AColor went to IColor
svn: r7541
2007-10-20 17:47:27 +00:00

4 lines
57 B
Java

package colors;
public class Blue implements IColor { }