6 lines
54 B
C++
6 lines
54 B
C++
|
extern int yylex();
|
||
|
|
||
|
int main() {
|
||
|
return yylex();
|
||
|
}
|