commit ef4d9841c21e8b70e80e3c3881f96faa1c194c34 parent 56b2009b8a6c2e720f4ac303ce57f0ec99dc87b8 Author: sin <sin@2f30.org> Date: Fri, 9 May 2014 13:58:57 +0100 Add greeting Diffstat:
M | repl.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/repl.c b/repl.c @@ -11,6 +11,7 @@ main(void) struct tok tok; struct lexerctx ctx; + puts("Welcome to iris, use ^C to quit"); do { printf("> "); fflush(stdout);