Skip to content

Commit b1c4074

Browse files
feat: inital commit
1 parent 8ff8a19 commit b1c4074

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package com.codedifferently.lesson16.xaviercruz;
2+
3+
public class Building {
4+
5+
6+
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package com.codedifferently.lesson16.xaviercruz;
2+
3+
public enum BuildingEnum {
4+
5+
}

0 commit comments

Comments
 (0)