Subversion Repositories bacoAlunos

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2005 es 1
package teste;
2
 
3
 
4
public class Teste {
5
 
6
        public 1.5.0/docs/api/java/lang/String.html">String hello()
7
        {
8
                return "Hello Student";
9
        }
10
}