test
All checks were successful
Linux arm64 / Build (push) Successful in 38s

This commit is contained in:
Julien Chataigner
2024-02-25 13:25:04 +01:00
parent 21e78a8820
commit ad288b3661

View File

@@ -61,8 +61,8 @@ void prompt() {
}
int main(int argc, char** argv) {
//test();
//prompt();
test();
prompt();
NR::test();
return 0;
}