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

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