Skip to content

Commit

Permalink
OK (#190)
Browse files Browse the repository at this point in the history
OK (#190)

Co-authored-by: Eloi0424 <[email protected]>
  • Loading branch information
ByteLegendBot and Eloi0424 committed Nov 25, 2023
2 parents 2d856a1 + e60ac9f commit 5e4a638
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/java/com/bytelegend/Cat.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
public class Cat {
public String name;



public Cat(String name){
this.name = name;
}


public static void main(String[] args) {
System.out.println(new Cat("Black"));
System.out.println(new Cat("White"));
Expand Down

0 comments on commit 5e4a638

Please sign in to comment.