class Main{ public static void main(String[] args) { Node start = new Node(); Node to = new Node(); start.settData("hei"); } }