This commit is contained in:
2024-03-11 15:59:58 +01:00
parent 6bcb7fc73c
commit 27f3926b99
4 changed files with 86 additions and 2 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#include "stringy.h"
#include "funkcie.h"
int main() {
return stringy();
return counterChars();
}