Welcome stranger

pointry.pa1.txt

int neco(int a, int a, int * x, int * y){ *x = 3;}
- int * x je pointer
neco(1,2,&x, &y);