boucle pour java

public class Pablo{
  String str = 'Hello world';
  System.out.println(str);
}
Graceful Gannet