Upload files to "cpp"

This commit is contained in:
siah 2024-05-23 10:12:07 +00:00
parent 043157c4d8
commit 6b0cdb8393
1 changed files with 2 additions and 4 deletions

View File

@ -113,10 +113,8 @@ int alg (const char * ptr) {
int main() { int main() {
char *str = "If wantered relation no surprise of all"; char * str = "Oliwier";
int wynik = strlen (str);
struct model * ptr = (struct model *) alloc (LEN);
return 1; return 1;
} }