summaryrefslogtreecommitdiff
path: root/Source/Applications/Shell/main.cpp
blob: 66c42697e5a7d6cebb509c7d90b9674da6797f01 (plain) (blame)
1
2
3
4
5
#include "Shell.ns.h"

int main(const Vector<String>& args) {
	return Shell::run();
}