summaryrefslogtreecommitdiffstats
path: root/Master/Reference Architectures and Patterns/hjp5/examples/demo/tools/C.java
blob: b392740e985cb98ff590987b7799c492df980941 (plain)
1
2
3
4
5
6
7
8
9
package demo.tools;

public class C
{
  public void hello()
  {
    System.out.println("Hier ist C");
  }
}