Commit d09f101f authored by elijah vasquez's avatar elijah vasquez 🦍

Replace App.java

parent b277490f
public class App {
public static void main(String[] args) throws Exception {
System.out.println("a");
Colour Yellow = new Colour(255,255,0);
Colour Purple = new Colour(128,0,128);
Colour Orange = new Colour(255,165,0);
......
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