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