public class Test{ public static void main(String[] args){ Decapite test = new Decapite(); System.out.println(test.toString()); } }