9 lines
107 B
C++
9 lines
107 B
C++
|
|
||
|
|
||
|
#include "ShellContext.h"
|
||
|
|
||
|
int main(int argc, char ** argv) {
|
||
|
ShellContext c(argc, argv);
|
||
|
c.run();
|
||
|
}
|