Skip to content

Instantly share code, notes, and snippets.

@da9dac
da9dac / TestcaseGenerator.java
Created April 24, 2024 13:01 — forked from sinam7/TestcaseGenerator.java
Java TestCase Generator + Answer Comparator for ProblemSolving
/**
* Java TestCase Generator + Answer Comparator for ProblemSolving
* @author sinam7 (muwon777@naver.com)
* <p>
* To use this generator, You need two java file first:
* 1. Code you wrote -> default: in class Main
* 2. AC Code -> default: in class Solution
* (!) the code must use stdio (System.in, System.out)
* <p>
* Then, make your code's System.in to our custom InputStreamReader.