forked from zig/exercises
5 lines
49 B
Diff
5 lines
49 B
Diff
27c27
|
|
< if (foo) {
|
|
---
|
|
> if (foo == 1) {
|