From 3aa1ced6f96b627fa9da2a8d9707683f2c5c52b0 Mon Sep 17 00:00:00 2001 From: Alex Singleton Date: Wed, 18 Oct 2017 15:51:33 -0700 Subject: [PATCH 1/2] Added .gif example --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0483c81..357c917 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ 4. Keyboard Control 5. Refactor 6. Code annotation and an open chat for particular code. (Useful for a user to help debug other's code) - + +![](https://i.imgur.com/8zOVrfH.gif) ## Currently Supported Languages 1. Python From e203c441be4182e937ef317aa8766611e418e627 Mon Sep 17 00:00:00 2001 From: Alex Singleton Date: Wed, 18 Oct 2017 23:01:18 -0700 Subject: [PATCH 2/2] Moved gif location --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 357c917..ed12fda 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Code Runner is an online portal where a user can code in various languages and get the output of the program. Compile time and Run time errors are also shown. User has the ability to add custom input also. +![](https://i.imgur.com/8zOVrfH.gif) + ## Future Implementations 1. Code saving in LocalStorage @@ -11,8 +13,6 @@ 5. Refactor 6. Code annotation and an open chat for particular code. (Useful for a user to help debug other's code) -![](https://i.imgur.com/8zOVrfH.gif) - ## Currently Supported Languages 1. Python 2. Java