From 0b010d22dbf845ad030e2e7320f9c5935b2604a4 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sat, 15 Sep 2018 12:25:13 +0200 Subject: brainfuck interpreter works! --- userspace/foolshell.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'userspace/foolshell.c') 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" -- cgit v1.2.3