diff options
| author | Miguel <m.i@gmx.at> | 2018-09-15 12:25:13 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-15 12:25:13 +0200 |
| commit | 0b010d22dbf845ad030e2e7320f9c5935b2604a4 (patch) | |
| tree | 6683b09a89b9e19630ef197343a8ace53a765c82 /userspace/foolshell.c | |
| parent | fe7d0332267ef1e62153b685d2b5574ce624a4bc (diff) | |
brainfuck interpreter works!
Diffstat (limited to 'userspace/foolshell.c')
| -rw-r--r-- | userspace/foolshell.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/userspace/foolshell.c b/userspace/foolshell.c index 6877adb..0012592 100644 --- a/userspace/foolshell.c +++ b/userspace/foolshell.c @@ -17,17 +17,17 @@ void hello() puts( "\033c" - "\033[36m" +// "\033[36m" - " ______ __ ____ _____ \n" - " / ____/___ ____ / / / __ \\/ ___/ \n" - " / /_ / __ \\/ __ \\/ / / / / /\\__ \\ \n" - " / __/ / /_/ / /_/ / / / /_/ /___/ / \n" - " /_/ \\____/\\____/_/ \\____//____/ \n" - " \n" - - "\033[37;44m" - " \n" +// " ______ __ ____ _____ \n" +// " / ____/___ ____ / / / __ \\/ ___/ \n" +// " / /_ / __ \\/ __ \\/ / / / / /\\__ \\ \n" +// " / __/ / /_/ / /_/ / / / /_/ /___/ / \n" +// " /_/ \\____/\\____/_/ \\____//____/ \n" +// " \n" + +// "\033[37;44m" +// " \n" " Welcome to FoolShell v0.12 (Compiled on " __DATE__ " at " __TIME__")\n" " ------------------------------------------------------------------\n\n" |
