Built with from Grav and Hugo
Deux types:
//
/*
*/
/* Un commentaire sur plusieurs lignes. */ public class HelloWorld{ public static void main(String[] args){ // Affiche un message. System.out.println("Hello, world!"); //Marche ici aussi! } }