some more stuff

This commit is contained in:
Emanuel Rodriguez 2023-07-08 20:47:49 -07:00
parent 97cded58a8
commit 63e2868b6e
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ BinaryNode* new_binary_node(int value) {
return (node);
}
int main() {
return (0);
}