class TestToString{ public static void main(String[] args){ Smash smash = new Smash(); smash.skrivUt(); System.out.println(smash); } }