From ba9483d96c9b200fa3b0723224f12fa3d987927c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Tue, 16 Oct 2018 23:01:38 +0200 Subject: [PATCH] Restored the 5> in the repl prompt --- README.md | 2 +- src/main.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index df2ec53cc..36ba0212c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Or use the interactive shell: $ cargo run Welcome to rustpython - >>> 2+2 + >>>>> 2+2 4