Skip to content

Commit

Permalink
Update and rename Character.java to Person.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsundoiii authored Oct 24, 2024
1 parent 7bb1296 commit 02162db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 25 deletions.
25 changes: 0 additions & 25 deletions Character.java

This file was deleted.

4 changes: 4 additions & 0 deletions Person.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
public class Person {
public String name;
public int age;
}

0 comments on commit 02162db

Please sign in to comment.