forked from zig/exercises
5 lines
62 B
Diff
5 lines
62 B
Diff
40c40
|
|
< ??? = 5; // fix me!
|
|
---
|
|
> x.* = 5; // fix me!
|