mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-20 02:18:26 +00:00
8 lines
98 B
C++
8 lines
98 B
C++
#include "parser.hpp"
|
|
|
|
int main( int argc, char ** argv )
|
|
{
|
|
realm::parser::parse(argv[1]);
|
|
}
|
|
|