This commit is contained in:
2024-04-22 15:16:41 +02:00
parent 1422955906
commit c631c7194c
6 changed files with 74 additions and 4 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#include "funkcie.h"
#include "stringyreloaded.h"
int main() {
return counterChars();
return stringyreloaded();
}