Dalsie volaco

This commit is contained in:
2024-06-10 15:57:26 +02:00
parent 7cfd112572
commit 94539ee696
3 changed files with 160 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#include "stringyreloaded.h"
int main(int argc, char *argv[]) {
return redirector();
return input(argc, argv);
}