diff options
Diffstat (limited to 'Master/Reference Architectures and Patterns/hjp5/examples/demo/tools/C.java')
| -rw-r--r-- | Master/Reference Architectures and Patterns/hjp5/examples/demo/tools/C.java | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/Reference Architectures and Patterns/hjp5/examples/demo/tools/C.java b/Master/Reference Architectures and Patterns/hjp5/examples/demo/tools/C.java new file mode 100644 index 0000000..b392740 --- /dev/null +++ b/Master/Reference Architectures and Patterns/hjp5/examples/demo/tools/C.java @@ -0,0 +1,9 @@ +package demo.tools;
+
+public class C
+{
+ public void hello()
+ {
+ System.out.println("Hier ist C");
+ }
+}
\ No newline at end of file |
