commit 13dd2b6539957e1ff665afbe3226bb68581372fa parent 6e55bf1456269d50a3ee669414efaf367a8b737d Author: sin <sin@2f30.org> Date: Wed, 14 May 2014 14:51:20 +0100 init() before banner Diffstat:
M | repl.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/repl.c b/repl.c @@ -6,8 +6,8 @@ int main(void) { - puts("Welcome to iris - use ^C to quit"); init(); + puts("Welcome to iris - use ^C to quit"); do { printf("> "); fflush(stdout);