gittest: Added B

This commit is contained in:
2023-03-21 13:17:32 +11:00
parent eaf5b694dd
commit 5b63dc75d8

9
src/gittest/B.java Normal file
View File

@@ -0,0 +1,9 @@
package gittest;
public class B {
@Override
public String toString() {
return "This is a string from B (would usually do something else)";
}
}