//
// 0_hello.pde:  My first sketch
// Author:  B.A.Martin

text( "Hello", 50, 20 );
text( "BAM", 10,90 );
//