Files
mosh/parse.cpp
T
Keith Winstein 52f527891c Initial commit
2010-12-28 18:05:50 -05:00

9 lines
82 B
C++

#include "parser.hpp"
int main( void )
{
Parser::Parser parser;
return 0;
}