diff options
Diffstat (limited to 'Source/Applications/Shell/main.cpp')
-rw-r--r-- | Source/Applications/Shell/main.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/Applications/Shell/main.cpp b/Source/Applications/Shell/main.cpp deleted file mode 100644 index 66c4269..0000000 --- a/Source/Applications/Shell/main.cpp +++ /dev/null @@ -1,5 +0,0 @@ -#include "Shell.ns.h" - -int main(const Vector<String>& args) { - return Shell::run(); -} |