/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package helloworldapp; /** * * @author fusshuhn */ public class HelloWorldApp { /** * @param args the command line arguments */ public static void main(String[] args) { System.out.println("Hallo Gemüse! 八百屋さん こんいちは"); } }