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

int main() {
	return Shell::run();
}