forked from zig/exercises
5 lines
70 B
Diff
5 lines
70 B
Diff
34c34
|
|
< ??? p: ??? = undefined;
|
|
---
|
|
> var p: *u8 = undefined;
|