Upload files to "cpp"
This commit is contained in:
parent
043157c4d8
commit
6b0cdb8393
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue