This commit is contained in:
borysr 2024-05-17 12:24:45 +02:00
parent 9194f5ed47
commit b930742dd3
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ int main() {
asm("nop");
ptrS->x=10;
ptrS->y=20;
ptrS->x=17;
ptrS->y=24;
int32_t wynik = 0;