returning non-0 make things break; fixed this
This commit is contained in:
parent
62d3492814
commit
b47b5c6f35
@ -17,5 +17,6 @@ int main() {
|
|||||||
{"Freddie Mercury", {100, 102, 103}},
|
{"Freddie Mercury", {100, 102, 103}},
|
||||||
{"Matt Bellamy", {100, 104, 105}},
|
{"Matt Bellamy", {100, 104, 105}},
|
||||||
};
|
};
|
||||||
|
x = 0;
|
||||||
return x;
|
return x;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user