9 lines
82 B
C++
9 lines
82 B
C++
#include "parser.hpp"
|
|
|
|
int main( void )
|
|
{
|
|
Parser::Parser parser;
|
|
|
|
return 0;
|
|
}
|