Create demo application
This commit is contained in:
9
demo/main.c
Normal file
9
demo/main.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "repl.h"
|
||||
|
||||
static repl_t repl;
|
||||
|
||||
int main(void)
|
||||
{
|
||||
repl_init(&repl);
|
||||
return repl_run(&repl);
|
||||
}
|
||||
Reference in New Issue
Block a user