Skip to content

Commit

Permalink
src/04-pointers.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rofrol committed May 23, 2024
1 parent dbd9d45 commit 32ee35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/04-pointers.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ user -> ------------ (id: 1043368d0)
------------
```

Abyś mógł to sprawdzić, chciałbym przedstawić operator adresu: `&`. Jak sama nazwa wskazuje, operator adresu zwraca adres zmiennej (może również zwrócić adres funkcji, prawda?!). Zachowując istniejącą definicję `User`, wypróbuj ten `main`:
Abyś mógł to sprawdzić, chciałbym przedstawić operator adresu: `&`. Jak sama nazwa wskazuje, operator adresu zwraca adres zmiennej (może również zwrócić adres funkcji, prawda?!). Zachowując istniejącą definicję `User`, wypróbuj `main`:

```zig
pub fn main() void {
Expand Down

0 comments on commit 32ee35d

Please sign in to comment.