Adding shell module

This commit is contained in:
Haitham Gad 2013-03-09 11:13:16 -05:00 committed by Paul Beckingham
parent 19cdf25a8f
commit c801380f42
4 changed files with 32 additions and 0 deletions

5
src/shell/main.cpp Normal file
View file

@ -0,0 +1,5 @@
int main()
{
return 0;
}