commit a8c721516b1c35f576e2ab28239d530d95087972 parent 087e2a38dc6478b077b708355d6456d16e77b843 Author: sin <sin@2f30.org> Date: Wed, 14 May 2014 17:34:31 +0100 Add intro message Diffstat:
M | repl.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/repl.c b/repl.c @@ -6,6 +6,7 @@ int main(void) { + puts("Welcome to iris - use ^C to quit"); do { printf("> "); fflush(stdout);