Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 6eaf3698eb17da74106417bf0b32aef8 > files > 549

padre-0.980.0-2.mga4.noarch.rpm

/**
 * Prints "Hello world"
 */
public class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello World!"); 
    }
}