Skip to content

Instantly share code, notes, and snippets.

View theimgclist's full-sized avatar

Avinash theimgclist

View GitHub Profile
@theimgclist
theimgclist / Main.java
Created July 20, 2017 13:49 — forked from TilakMaddy/Main.java
A Java Starter Template for competitive programming in CodeChef, Hackerrank, etc w/ efficient coding rules and pre-designed pattern Ready to Use
/*
* No package must be added here because some Online Judges don't support it
* please remove, if any.
*
*/
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
/*