Test Commit

This commit is contained in:
lukejelse04 2021-07-05 21:39:51 +01:00
parent 72ec29eafc
commit ebca57b451

View File

@ -15,6 +15,8 @@ namespace BinaryTree
tree.Add(1);
tree.Add(4);
Console.ReadLine();
}
}
}