fix main
All checks were successful
Linux arm64 / Build (push) Successful in 33s

This commit is contained in:
2024-02-25 21:16:07 +01:00
parent b8ee47e267
commit ff79704293

View File

@@ -63,6 +63,5 @@ void prompt() {
int main(int argc, char** argv) { int main(int argc, char** argv) {
test(); test();
prompt(); prompt();
NR::test();
return 0; return 0;
} }