commit
This commit is contained in:
parent
f54f7b1b8e
commit
7ae2a6982e
1 changed files with 0 additions and 8 deletions
8
main.c
8
main.c
|
@ -13,14 +13,6 @@ int main()
|
||||||
menu(confChain, listenerChain);
|
menu(confChain, listenerChain);
|
||||||
saveConf(confChain);
|
saveConf(confChain);
|
||||||
saveListeners(listenerChain);
|
saveListeners(listenerChain);
|
||||||
|
|
||||||
/*addConf(confChain, "test", "tesst", 21, 120, 2023);
|
|
||||||
addConf(confChain, "test", "tesst", 21, 120, 2023);
|
|
||||||
addConf(confChain, "test", "tesst", 21, 120, 2023);
|
|
||||||
|
|
||||||
addListener(listenerChain, "Roger", 19, 4);
|
|
||||||
addListener(listenerChain, "Roger", 19, 4);
|
|
||||||
addListener(listenerChain, "Roger", 19, 4);*/
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue