Let's make (git) history!
This commit is contained in:
10
tests/parser.h
Normal file
10
tests/parser.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef PARSER_H
|
||||
#define PARSER_H
|
||||
|
||||
class parser
|
||||
{
|
||||
public:
|
||||
parser();
|
||||
};
|
||||
|
||||
#endif // PARSER_H
|
Reference in New Issue
Block a user