add basic structure

This commit is contained in:
2021-06-19 17:54:33 -04:00
parent 8fdc2fa3db
commit d9e1cd33d6
5 changed files with 114 additions and 0 deletions

5
src/myshellin.c Normal file
View File

@@ -0,0 +1,5 @@
int main(int argc, char **argv)
{
return 0;
}