public class App { public static void main(String[] args) { String a = "valami"; System.out.println(a); } }