Skip to content

Commit da9f680

Browse files
authored
Add files via upload
1 parent 9ee31d9 commit da9f680

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package com.collabera.jump.diamond;
2+
3+
public class ClassA {
4+
5+
void printA() {
6+
System.out.println("Class A");
7+
}
8+
9+
}

0 commit comments

Comments
 (0)