test de blogtk : ça marche ou ça marche pas un lien vers ce blog
public class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello world!");
        
    }
}
<?php echo 'Hello, World!'; ?>
$ echo hello
hello