5 lines
55 B
C
5 lines
55 B
C
|
int main() {
|
||
|
int x = 47; // REGEX-THIS
|
||
|
return x;
|
||
|
}
|