u01: Remove unused arguments from main
This commit is contained in:
parent
34ef7609bf
commit
f46e54a156
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include "node.h"
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
int main() {
|
||||
node *t = create_complete_tree(2, 4);
|
||||
std::cout << *t;
|
||||
delete t;
|
||||
|
|
Reference in a new issue