diff options
Diffstat (limited to 'userspace/shell.c')
| -rw-r--r-- | userspace/shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/shell.c b/userspace/shell.c index 544da96..ae39c1a 100644 --- a/userspace/shell.c +++ b/userspace/shell.c @@ -18,7 +18,7 @@ void prompt() { int main(int argc, char **argv) { - hello(); +// hello(); FILE *input; input=fopen("input.txt","r"); |
