Biblioteca Java - Blame information for rev 26

Subversion Repositories:
Rev:
Rev Author Line No. Line
26 mihai 1  
2 public class HelloWorld {
3         public static void main(String[] args) {
4                 System.out.println("Hello world!");
5         }
6 }
7  
8