Commit 4734712a authored by elijah vasquez's avatar elijah vasquez 🦍

Replace Colour.java

parent c788bf67
......@@ -3,10 +3,4 @@ public class Colour {
int red;
int green;
int blue;
public Colour(int red2, int green2, int blue2){
this.red = red2;
this.green = green2;
this.blue = blue2;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment