import java.io.*; public class StringLeserProg2 { public void main (String [] args) { StringLeser sl = new StringLeser(); } }