Skip to content

mrahul17/hackerrank-atom-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atom Plugin for Hackerrank

An Atom plugin to make code submissions on Hackerrank.

The plugin authenticates you on the Hackerrank platform and allows code compile and code submission capabilities.

It picks up the authentication credentials from your environment, so set them (hr_username, hr_password) before using this plugin.

Usage

This plugin relies on appropriate naming of files to submit to the right challenge.

  • For submitting to a practise challenge, save the file as <challenge_name>.<file_extension>
  • For submitting to a contest challenge, save the file as <contest_name>.<challenge_name>.<file_extension>
Actions
  • Compile Code: Ctrl + Alt + R
  • Submit Code: Ctrl + Alt + S

out