summaryrefslogtreecommitdiff
path: root/tutorial/examples/bca/Test.oj
blob: 2514028f3cc6838bded9bb2b92a9bf5a539a3991 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package examples.bca;


import java.io.PrintStream;


public class Test instantiates AutoAdaptationClass
    implements Writable
{
    public void write(PrintStream out) {
    out.println( "Hello" );
    }
}