public class MainClass { String s = "abc"; public static void main(String[] args) { System.out.println(s); } }