Assignment-2/main.cpp

6 lines
54 B
C++
Raw Normal View History

extern int yylex();
int main() {
return yylex();
}