diff --git a/cpp/_rvmain.cpp b/cpp/_rvmain.cpp index d27d1ae..856fd20 100644 --- a/cpp/_rvmain.cpp +++ b/cpp/_rvmain.cpp @@ -113,10 +113,8 @@ int alg (const char * ptr) { int main() { - char *str = "If wantered relation no surprise of all"; - - struct model * ptr = (struct model *) alloc (LEN); - + char * str = "Oliwier"; + int wynik = strlen (str); return 1; }