Created
October 24, 2015 17:14
-
-
Save robskillington/a674ef1069ff3f8964e4 to your computer and use it in GitHub Desktop.
Run code with Ctrl + Enter in HackerRank CodePair
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){ window.addEventListener('keydown', function(e) {if (e.ctrlKey && e.keyCode == 13) { $('#compilerun').click(); }}); }()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment